Ver código fonte

Update alignment

Co-authored-by: A Thousand Ships <[email protected]>
Riyyi 1 ano atrás
pai
commit
f001dcf2d8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tutorials/scripting/singletons_autoload.rst

+ 1 - 1
tutorials/scripting/singletons_autoload.rst

@@ -146,7 +146,7 @@ Make sure it inherits from ``Node``:
 .. image:: img/autoload_script.webp
 .. image:: img/autoload_script.webp
 
 
 The next step is to add this script to the autoLoad list.
 The next step is to add this script to the autoLoad list.
- Starting from the menu, open
+Starting from the menu, open
 **Project > Project Settings > Globals > Autoload** and
 **Project > Project Settings > Globals > Autoload** and
 select the script by clicking the browse button or typing its path:
 select the script by clicking the browse button or typing its path:
 ``res://global.gd``. Press **Add** to add it to the autoload list:
 ``res://global.gd``. Press **Add** to add it to the autoload list: