|
@ -57,13 +57,9 @@ theme_override_constants/separation = 20 |
|
|
layout_mode = 2 |
|
|
layout_mode = 2 |
|
|
text = "Resume" |
|
|
text = "Resume" |
|
|
|
|
|
|
|
|
[node name="SaveGame" type="Button" parent="Background/MarginContainer/MenuContainer/ButtonsContainer"] |
|
|
|
|
|
|
|
|
[node name="SavesButton" type="Button" parent="Background/MarginContainer/MenuContainer/ButtonsContainer"] |
|
|
layout_mode = 2 |
|
|
layout_mode = 2 |
|
|
text = "Save Game" |
|
|
|
|
|
|
|
|
|
|
|
[node name="LoadGame" type="Button" parent="Background/MarginContainer/MenuContainer/ButtonsContainer"] |
|
|
|
|
|
layout_mode = 2 |
|
|
|
|
|
text = "Load Game" |
|
|
|
|
|
|
|
|
text = "Saves" |
|
|
|
|
|
|
|
|
[node name="SettingsButton" type="Button" parent="Background/MarginContainer/MenuContainer/ButtonsContainer"] |
|
|
[node name="SettingsButton" type="Button" parent="Background/MarginContainer/MenuContainer/ButtonsContainer"] |
|
|
layout_mode = 2 |
|
|
layout_mode = 2 |
|
@ -74,7 +70,6 @@ layout_mode = 2 |
|
|
text = "Exit Game" |
|
|
text = "Exit Game" |
|
|
|
|
|
|
|
|
[connection signal="pressed" from="Background/MarginContainer/MenuContainer/ButtonsContainer/ResumeButton" to="." method="_on_resume_button_pressed"] |
|
|
[connection signal="pressed" from="Background/MarginContainer/MenuContainer/ButtonsContainer/ResumeButton" to="." method="_on_resume_button_pressed"] |
|
|
[connection signal="pressed" from="Background/MarginContainer/MenuContainer/ButtonsContainer/SaveGame" to="." method="_on_save_game_pressed"] |
|
|
|
|
|
[connection signal="pressed" from="Background/MarginContainer/MenuContainer/ButtonsContainer/LoadGame" to="." method="_on_load_game_pressed"] |
|
|
|
|
|
|
|
|
[connection signal="pressed" from="Background/MarginContainer/MenuContainer/ButtonsContainer/SavesButton" to="." method="_on_saves_button_pressed"] |
|
|
[connection signal="pressed" from="Background/MarginContainer/MenuContainer/ButtonsContainer/SettingsButton" to="." method="_on_settings_button_pressed"] |
|
|
[connection signal="pressed" from="Background/MarginContainer/MenuContainer/ButtonsContainer/SettingsButton" to="." method="_on_settings_button_pressed"] |
|
|
[connection signal="pressed" from="Background/MarginContainer/MenuContainer/ButtonsContainer/ExitGameButton" to="." method="_on_exit_game_button_pressed"] |
|
|
[connection signal="pressed" from="Background/MarginContainer/MenuContainer/ButtonsContainer/ExitGameButton" to="." method="_on_exit_game_button_pressed"] |