From bb6281d469329c4d1fad5acef20335ce715ead64 Mon Sep 17 00:00:00 2001 From: JOHN CLARK Date: Wed, 1 Jun 2022 20:59:41 -0400 Subject: [PATCH] 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/ --- global/Game.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/Game.tscn b/global/Game.tscn index 0b3899e..68a303c 100644 --- a/global/Game.tscn +++ b/global/Game.tscn @@ -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 )