This commit is contained in:
pennyrigate 2025-07-17 23:20:13 -04:00
parent 97a97192de
commit 268b392a3b
9 changed files with 126 additions and 6 deletions

View file

@ -1,8 +1,9 @@
[gd_scene load_steps=4 format=2]
[gd_scene load_steps=5 format=2]
[ext_resource path="res://autoloads/audio.gd" type="Script" id=1]
[ext_resource path="res://audio/sounds/shard.ogg" type="AudioStream" id=2]
[ext_resource path="res://audio/music/pause.ogg" type="AudioStream" id=3]
[ext_resource path="res://audio/sounds/msx_ending.ogg" type="AudioStream" id=4]
[node name="Audio" type="Node"]
pause_mode = 2
@ -62,4 +63,7 @@ volume_db = -10.0
[node name="MechShoot" type="AudioStreamPlayer" parent="."]
volume_db = -20.0
[node name="Ending" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
[connection signal="finished" from="ShardSound" to="." method="_on_ShardSound_finished"]