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