Selaa lähdekoodia

Clarify singleton read order (#5457)

* Clarify singleton read order

* Apply suggestions from code review

Co-authored-by: Hugo Locurcio <[email protected]>
(cherry picked from commit f1ff320f06c0381fe98fd7d7710ee32c9cd5baf7)
Matthew 3 vuotta sitten
vanhempi
commit
fe097dcd65
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      tutorials/scripting/singletons_autoload.rst

+ 2 - 1
tutorials/scripting/singletons_autoload.rst

@@ -62,7 +62,8 @@ menu and switch to the **AutoLoad** tab.
 Here you can add any number of scenes or scripts. Each entry in the list
 Here you can add any number of scenes or scripts. Each entry in the list
 requires a name, which is assigned as the node's ``name`` property. The order of
 requires a name, which is assigned as the node's ``name`` property. The order of
 the entries as they are added to the global scene tree can be manipulated using
 the entries as they are added to the global scene tree can be manipulated using
-the up/down arrow keys.
+the up/down arrow keys. Like regular scenes, the engine will read these nodes
+in top-to-bottom order.
 
 
 .. image:: img/autoload_example.png
 .. image:: img/autoload_example.png