delete get_root()

handling quit requests

multiple resolutions

change scenes manually

scene tree
This commit is contained in:
br1trs
2023-05-29 23:26:04 -06:00
parent cde9c70da7
commit 92d962ab75
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ program termination, you should send the notification yourself:
.. tabs::
.. code-tab:: gdscript GDScript
get_tree().get_root().propagate_notification(NOTIFICATION_WM_CLOSE_REQUEST)
get_tree().root.propagate_notification(NOTIFICATION_WM_CLOSE_REQUEST)
.. code-tab:: csharp