Change victory sound effect volume from -30 dB to 1dB
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0829cc5589
commit
bf51874a78
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ text = "Next Stage"
|
||||||
|
|
||||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource("3_ya7rd")
|
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"]
|
[connection signal="pressed" from="Panel/MarginContainer/VBoxContainer/NextStage" to="." method="_on_next_stage_pressed"]
|
||||||
|
|
Loading…
Reference in a new issue