Преглед на файлове

Update Singletons (AutoLoad) tutorial for Godot 3.1 (#2765)

* Update Singletons (AutoLoad) tutorial for Godot 3.1

Changed text to reflect browse button changing from `..` to a folder

* Spelling fix

Fixes `res://Global.gd` being misspelled as `res://Gloabl.gd` in screenshot for Singletons (Autoload) tutorial.

* Highlight browse button in screenshot

This saves adding an extra image file for the browse icon
Benjamin Riley преди 5 години
родител
ревизия
91fbcb12e0
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. BIN
      getting_started/step_by_step/img/autoload_tutorial1.png
  2. 1 1
      getting_started/step_by_step/singletons_autoload.rst

BIN
getting_started/step_by_step/img/autoload_tutorial1.png


+ 1 - 1
getting_started/step_by_step/singletons_autoload.rst

@@ -116,7 +116,7 @@ it inherits from ``Node``:
 
 The next step is to add this script to the autoLoad list. Open
 ``Project > Project Settings`` from the menu, switch to the "AutoLoad" tab and
-select the script by clicking the ``..`` 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:
 
 .. image:: img/autoload_tutorial1.png