From e9ef898feda6837f7e5189a75eb47b120aa5c1d3 Mon Sep 17 00:00:00 2001 From: Philip Woods Date: Sun, 1 Sep 2024 10:47:38 -0400 Subject: [PATCH] Changed Autoload to Globals -> Autoload Since the Autoload tab is under Globals, I updated the documentation to reflect its new position. --- getting_started/first_3d_game/08.score_and_replay.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/first_3d_game/08.score_and_replay.rst b/getting_started/first_3d_game/08.score_and_replay.rst index 7c97ddfec..66152fc44 100644 --- a/getting_started/first_3d_game/08.score_and_replay.rst +++ b/getting_started/first_3d_game/08.score_and_replay.rst @@ -324,7 +324,7 @@ game. Save the scene as ``music_player.tscn``. 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 icon to open the file browser and double-click on ``music_player.tscn``. Then,