Bladeren bron

Updating "Run Current Scene" usage for consistency/clarity (#10656)

* Updating "Run Current Scene" usage for consistency and adding note distinguishing Play Current Scene from Run Project

Corrects inconsistent usage of "Play Scene" to refer to "Run Current Scene" button (F6).  Also adds a note distinguishing between the two as this is the first occurrence of usage in the docs and may help address concerns discussed here
Tyler Bahr 5 maanden geleden
bovenliggende
commit
0314e67367
1 gewijzigde bestanden met toevoegingen van 9 en 5 verwijderingen
  1. 9 5
      getting_started/step_by_step/nodes_and_scenes.rst

+ 9 - 5
getting_started/step_by_step/nodes_and_scenes.rst

@@ -137,8 +137,8 @@ move it to the center of the view delimited by the rectangle.
 Running the scene
 -----------------
 
-Everything's ready to run the scene! Press the Play Scene button in the
-top-right of the screen or press :kbd:`F6` (:kbd:`Cmd + R` on macOS).
+Everything's ready to run the scene! Press the **Run Current Scene** button in 
+the top-right of the screen or press :kbd:`F6` (:kbd:`Cmd + R` on macOS).
 
 .. image:: img/nodes_and_scenes_09_play_scene_button.webp
 
@@ -162,12 +162,16 @@ Close the window or press :kbd:`F8` (:kbd:`Cmd + .` on macOS) to quit the runnin
 Setting the main scene
 ----------------------
 
-To run our test scene, we used the Run Current Scene button. Another button next to it
-allows you to set and run the project's main scene. You can press :kbd:`F5`
-(:kbd:`Cmd + B` on macOS) to do so.
+To run our test scene, we used the **Run Current Scene** button. Another button 
+next to it, **Run Project**, allows you to set and run the project's 
+**main scene**. You can also press :kbd:`F5` (:kbd:`Cmd + B` on macOS) to do so.
 
 .. image:: img/nodes_and_scenes_12_play_button.webp
 
+.. note:: Running the project's *main scene* is distinct from running the 
+          *current scene*. If you encounter unexpected behavior, check 
+          to ensure you are running the correct scene.
+
 A popup window appears and invites you to select the main scene.
 
 .. image:: img/nodes_and_scenes_13_main_scene_popup.webp