From f001dcf2d85056cff346530f57c2ea1d36b6ad89 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sun, 21 Jul 2024 17:02:00 +0000 Subject: [PATCH] Update alignment Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> --- tutorials/scripting/singletons_autoload.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/singletons_autoload.rst b/tutorials/scripting/singletons_autoload.rst index 35edf1764..390bc5c85 100644 --- a/tutorials/scripting/singletons_autoload.rst +++ b/tutorials/scripting/singletons_autoload.rst @@ -146,7 +146,7 @@ Make sure it inherits from ``Node``: .. image:: img/autoload_script.webp 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 select the script by clicking the browse button or typing its path: ``res://global.gd``. Press **Add** to add it to the autoload list: