menu sounds play from Audio.tscn, fixing certain selections not making any noise

This commit is contained in:
pennyrigate 2023-10-09 00:53:18 -04:00
parent bc75c3fd50
commit 9f89fccd64
3 changed files with 8 additions and 4 deletions

View file

@ -44,4 +44,7 @@ bus = "sound"
stream = ExtResource( 3 )
volume_db = -12.0
[node name="MenuSound" type="AudioStreamPlayer" parent="."]
volume_db = -15.0
[connection signal="finished" from="ShardSound" to="." method="_on_ShardSound_finished"]