Ajoute Instrument + jouer melodie
This commit is contained in:
parent
5b26e074e4
commit
4ba84426d6
16 changed files with 207 additions and 29 deletions
13
scenes/Attaque/Balle.tscn
Normal file
13
scenes/Attaque/Balle.tscn
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://btpp8l4efhrmj"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://ge7xtkpw6hgb" path="res://ressources/images/note1.png" id="1_qx664"]
|
||||
|
||||
[node name="Balle1" type="CharacterBody2D"]
|
||||
|
||||
[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)
|
Loading…
Add table
Add a link
Reference in a new issue