Change victory sound effect volume from -30 dB to 1dB
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moe Poi ~ 2023-10-26 01:03:54 +07:00
parent 0829cc5589
commit bf51874a78

View file

@ -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"]