浏览代码

Changed Autoload to Globals -> Autoload

Since the Autoload tab is under Globals, I updated the documentation to reflect its new position.
Philip Woods 11 月之前
父节点
当前提交
e9ef898fed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/first_3d_game/08.score_and_replay.rst

+ 1 - 1
getting_started/first_3d_game/08.score_and_replay.rst

@@ -324,7 +324,7 @@ game.
 Save the scene as ``music_player.tscn``.
 Save the scene as ``music_player.tscn``.
 
 
 We have to register it as an autoload. Head to the *Project -> Project
 We have to register it as an autoload. Head to the *Project -> Project
-Settings…* menu and click on the *Autoload* tab.
+Settings…* menu and click on the *Globals -> Autoload* tab.
 
 
 In the *Path* field, you want to enter the path to your scene. Click the folder
 In the *Path* field, you want to enter the path to your scene. Click the folder
 icon to open the file browser and double-click on ``music_player.tscn``. Then,
 icon to open the file browser and double-click on ``music_player.tscn``. Then,