From cdb1f342bc419d70748fa22861bc8e662066ed6f Mon Sep 17 00:00:00 2001 From: tpart Date: Tue, 28 Jan 2025 19:09:07 +0100 Subject: Remove quit button from in-game menu --- client/menu/ingame.tscn | 6 ------ 1 file changed, 6 deletions(-) (limited to 'client/menu') 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"] -- cgit v1.2.3-70-g09d2