diff options
author | tpart <tpart120@proton.me> | 2025-01-28 19:09:07 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-01-28 19:09:07 +0100 |
commit | cdb1f342bc419d70748fa22861bc8e662066ed6f (patch) | |
tree | b4a4768b657ddc737301a32f1fd7cea03a58d323 | |
parent | 0ad2d64f859c9e8571ec7b69c5b54d49b62d4afc (diff) | |
download | hurrycurry-cdb1f342bc419d70748fa22861bc8e662066ed6f.tar hurrycurry-cdb1f342bc419d70748fa22861bc8e662066ed6f.tar.bz2 hurrycurry-cdb1f342bc419d70748fa22861bc8e662066ed6f.tar.zst |
Remove quit button from in-game menu
-rw-r--r-- | client/menu/ingame.tscn | 6 |
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"] |