le slime ne fait pas de son alors qu'il devrait
This commit is contained in:
parent
afd74a4dde
commit
e249da37e9
18 changed files with 366 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://cyvqa6g64cw37"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://cyvqa6g64cw37"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/enemies/slime.gd" id="1_hnufy"]
|
||||
[ext_resource type="Texture2D" uid="uid://c85d5krtd4nks" path="res://ressources/images/blob-1.png" id="2_f4wf2"]
|
||||
[ext_resource type="Texture2D" uid="uid://c0b6d7551nbcm" path="res://ressources/images/blob-2-4.png" id="3_dyq42"]
|
||||
[ext_resource type="AudioStream" uid="uid://crqfwegqc3c2d" path="res://ressources/sons/blob-bobo.mp3" id="4_nlvol"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_qfla8"]
|
||||
animations = [{
|
||||
|
@ -33,3 +34,6 @@ animation = &"Generic"
|
|||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_bokrm")
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("4_nlvol")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue