浏览代码

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 年之前
父节点
当前提交
283de92212
共有 1 个文件被更改,包括 2 次插入2 次删除
  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