16 lines
619 B
Text
16 lines
619 B
Text
[gd_scene load_steps=3 format=3 uid="uid://btpp8l4efhrmj"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Instrument/balle.gd" id="1_mw8yb"]
|
|
[ext_resource type="Texture2D" uid="uid://csbrejwjfkspr" path="res://ressources/images/note1.png" id="2_xpv2h"]
|
|
|
|
[node name="Balle1" type="CharacterBody2D" node_paths=PackedStringArray("raycast")]
|
|
script = ExtResource("1_mw8yb")
|
|
raycast = NodePath("RayCast2D")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
rotation = 3.14159
|
|
texture = ExtResource("2_xpv2h")
|
|
|
|
[node name="RayCast2D" type="RayCast2D" parent="."]
|
|
position = Vector2(0, -7)
|
|
target_position = Vector2(0, 15)
|