Browse Source

Document fixes for

Several fixes found while following the godot step-by-step tutorial:
* Settings is access from Project
* Main Scene is under Run
Chad 8 years ago
parent
commit
283de92212
1 changed files with 2 additions and 2 deletions
  1. 2 2
      learning/step_by_step/scenes_and_nodes.rst

+ 2 - 2
learning/step_by_step/scenes_and_nodes.rst

@@ -180,10 +180,10 @@ you can change in this file to alter how a project executes. To simplify this
 process, Godot provides a project settings dialog, which acts as a sort of
 frontend to editing a project.godot file.
 
-To access that dialog, select Scene -> Project Settings. Try it now.
+To access that dialog, select Project -> Project Settings. Try it now.
 
 Once the window opens, let's select a main scene. Locate the
-application/main_scene property and click on it to select 'hello.tscn'.
+`Application/Run/Main Scene` property and click on it to select 'hello.tscn'.
 
 .. image:: /img/main_scene.png