online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/StartMenu.gd')
| -rw-r--r-- | ui/StartMenu.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/StartMenu.gd b/ui/StartMenu.gd index f39cde1..6a11fc1 100644 --- a/ui/StartMenu.gd +++ b/ui/StartMenu.gd @@ -29,7 +29,7 @@ func _on_local_pressed() -> void: func _on_quit_pressed() -> void: - get_tree().quit() + get_tree().notification(MainLoop.NOTIFICATION_WM_QUIT_REQUEST) func _on_settings_pressed() -> void: |