final changes to music

This commit is contained in:
2022-09-01 23:22:10 -04:00
parent a8e364415c
commit e62acd3ab1
3 changed files with 14 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ text = "REINICIAR"
[node name="GameOverMusic" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
volume_db = -23.524
volume_db = -25.0
[connection signal="visibility_changed" from="." to="." method="_play_music"]
[connection signal="visibility_changed" from="." to="." method="_on_visibility_changed"]
[connection signal="pressed" from="Control/RestartButton" to="." method="_on_restart_button_pressed"]