This commit is contained in:
zoe 2021-10-18 11:27:04 +02:00
parent e08c2c3ef2
commit 7b67b3aef6
24 changed files with 238 additions and 167 deletions

View file

@ -0,0 +1,9 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://SFX/stab.wav" type="AudioStream" id=1]
[node name="PowerupSFX" type="AudioStreamPlayer2D"]
stream = ExtResource( 1 )
bus = "SFX"
[connection signal="finished" from="." to="." method="queue_free"]