Forráskód Böngészése

Merge pull request #455 from cvvs/cvvs-scenes-and-nodes-3.0-fixes

Step-by-Step Scenes and Nodes 3.0 fixes
Nathan Lovato 8 éve
szülő
commit
2d344fe161
1 módosított fájl, 2 hozzáadás és 2 törlés
  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