summaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-01-28 19:09:07 +0100
committertpart <tpart120@proton.me>2025-01-28 19:09:07 +0100
commitcdb1f342bc419d70748fa22861bc8e662066ed6f (patch)
treeb4a4768b657ddc737301a32f1fd7cea03a58d323 /client/menu
parent0ad2d64f859c9e8571ec7b69c5b54d49b62d4afc (diff)
downloadhurrycurry-cdb1f342bc419d70748fa22861bc8e662066ed6f.tar
hurrycurry-cdb1f342bc419d70748fa22861bc8e662066ed6f.tar.bz2
hurrycurry-cdb1f342bc419d70748fa22861bc8e662066ed6f.tar.zst
Remove quit button from in-game menu
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/ingame.tscn6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/menu/ingame.tscn b/client/menu/ingame.tscn
index 74b0a486..6607dac1 100644
--- a/client/menu/ingame.tscn
+++ b/client/menu/ingame.tscn
@@ -132,15 +132,9 @@ layout_mode = 2
text = "c.menu.ingame.main_menu"
alignment = 0
-[node name="Quit" type="Button" parent="Side/Margin/Options"]
-layout_mode = 2
-text = "c.menu.quit"
-alignment = 0
-
[connection signal="pressed" from="Side/Margin/Options/Resume" to="." method="_on_resume_pressed"]
[connection signal="pressed" from="Side/Margin/Options/Leave" to="." method="_on_leave_pressed"]
[connection signal="pressed" from="Side/Margin/Options/Lobby" to="." method="_on_lobby_pressed"]
[connection signal="pressed" from="Side/Margin/Options/Reconnect" to="." method="_on_reconnect_pressed"]
[connection signal="pressed" from="Side/Margin/Options/Settings" to="." method="_on_settings_pressed"]
[connection signal="pressed" from="Side/Margin/Options/MainMenu" to="." method="_on_main_menu_pressed"]
-[connection signal="pressed" from="Side/Margin/Options/Quit" to="." method="_on_quit_pressed"]