Les instruments font du bruit #mauvaiseIdee #stopLeSon #adieuMesOreilles
This commit is contained in:
parent
204848fcf1
commit
f42123d1b2
15 changed files with 157 additions and 14 deletions
|
@ -1,12 +1,13 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bcypcnpu0608o"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://bcypcnpu0608o"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Instrument/onde.gd" id="1_6377h"]
|
||||
[ext_resource type="Texture2D" uid="uid://cb5xpbtagu6jv" path="res://ressources/images/ronde tambour.png.png" id="1_oawub"]
|
||||
[ext_resource type="AudioStream" uid="uid://dsgqlnwdavr31" path="res://ressources/sons/tambour-1.mp3" id="3_hup36"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_r81ru"]
|
||||
radius = 125.575
|
||||
|
||||
[node name="Onde" type="CharacterBody2D"]
|
||||
[node name="Onde" type="Area2D"]
|
||||
collision_layer = 2
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_6377h")
|
||||
|
@ -17,3 +18,7 @@ texture = ExtResource("1_oawub")
|
|||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_r81ru")
|
||||
|
||||
[node name="effet" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("3_hup36")
|
||||
bus = &"Sfx"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue