FUCK?
This commit is contained in:
parent
97a97192de
commit
268b392a3b
9 changed files with 126 additions and 6 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue