forked from team-sg/hero-mark-2
menu sounds play from Audio.tscn, fixing certain selections not making any noise
This commit is contained in:
parent
bc75c3fd50
commit
9f89fccd64
3 changed files with 8 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue