added more waves
This commit is contained in:
parent
0c0cc1d5f1
commit
1a2b9290c5
16 changed files with 201 additions and 36 deletions
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://cepurdbgvu4b6"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://cepurdbgvu4b6"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://pa732bpnx3p6" path="res://explosion.png" id="1_jiu1j"]
|
||||
[ext_resource type="AudioStream" uid="uid://vfiu54q6ce2s" path="res://explosionCrunch_004.ogg" id="2_pkpxk"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_8ecv2"]
|
||||
atlas = ExtResource("1_jiu1j")
|
||||
|
@ -44,4 +45,10 @@ scale = Vector2(3, 3)
|
|||
sprite_frames = SubResource("SpriteFrames_70iie")
|
||||
autoplay = "default"
|
||||
|
||||
[connection signal="animation_looped" from="." to="." method="queue_free"]
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("2_pkpxk")
|
||||
volume_db = -2.0
|
||||
autoplay = true
|
||||
|
||||
[connection signal="animation_looped" from="." to="." method="hide"]
|
||||
[connection signal="finished" from="AudioStreamPlayer2D" to="." method="queue_free"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue