From bf51874a78f36a1c205228358f679a921d5c2095 Mon Sep 17 00:00:00 2001 From: Moe Poi ~ Date: Thu, 26 Oct 2023 01:03:54 +0700 Subject: [PATCH] Change victory sound effect volume from -30 dB to 1dB --- scenes/ui/victory.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/ui/victory.tscn b/scenes/ui/victory.tscn index ceb53eb..0a873d8 100644 --- a/scenes/ui/victory.tscn +++ b/scenes/ui/victory.tscn @@ -56,6 +56,6 @@ text = "Next Stage" [node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] stream = ExtResource("3_ya7rd") -volume_db = -30.0 +volume_db = 1.0 [connection signal="pressed" from="Panel/MarginContainer/VBoxContainer/NextStage" to="." method="_on_next_stage_pressed"]