aboutsummaryrefslogtreecommitdiffstats
path: root/godot/scenes/Game.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'godot/scenes/Game.tscn')
-rw-r--r--godot/scenes/Game.tscn15
1 files changed, 11 insertions, 4 deletions
diff --git a/godot/scenes/Game.tscn b/godot/scenes/Game.tscn
index 60a965d..411b825 100644
--- a/godot/scenes/Game.tscn
+++ b/godot/scenes/Game.tscn
@@ -58,16 +58,23 @@ custom_constants/separation = 20
alignment = 1
[node name="ResumeButton" type="Button" parent="PausePopup/Panel/VBoxContainer"]
-margin_top = 161.0
+margin_top = 110.0
margin_right = 360.0
-margin_bottom = 242.0
+margin_bottom = 191.0
text = "Resume"
+[node name="MainMenuButton" type="Button" parent="PausePopup/Panel/VBoxContainer"]
+margin_top = 211.0
+margin_right = 360.0
+margin_bottom = 292.0
+text = "Main Menu"
+
[node name="QuitButton" type="Button" parent="PausePopup/Panel/VBoxContainer"]
-margin_top = 262.0
+margin_top = 312.0
margin_right = 360.0
-margin_bottom = 343.0
+margin_bottom = 393.0
text = "Quit"
[connection signal="pressed" from="PausePopup/Panel/VBoxContainer/ResumeButton" to="." method="_on_ResumeButton_pressed"]
+[connection signal="pressed" from="PausePopup/Panel/VBoxContainer/MainMenuButton" to="." method="_on_MainMenuButton_pressed"]
[connection signal="pressed" from="PausePopup/Panel/VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"]