mirror of
https://github.com/clarkjohn/wizard-chase.git
synced 2026-01-22 18:05:08 +00:00
Reduce 'Picking up coin' sound effect volume
Per suggestion from TMtaskmaster @ https://www.reddit.com/r/godot/comments/v1cxav/my_first_godot_game_includes_source_code/
This commit is contained in:
parent
a231d72e62
commit
bb6281d469
1 changed files with 1 additions and 1 deletions
|
|
@ -697,7 +697,7 @@ margin_right = -2.0
|
|||
|
||||
[node name="GetCoinSound" type="AudioStreamPlayer" parent="Audio"]
|
||||
stream = ExtResource( 21 )
|
||||
volume_db = -30.0
|
||||
volume_db = -42.0
|
||||
|
||||
[node name="GetTreasureChestSound" type="AudioStreamPlayer" parent="Audio"]
|
||||
stream = ExtResource( 24 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue