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
This commit is contained in:
Tyler Bahr
2025-02-09 15:47:37 -05:00
committed by GitHub
parent 3e0cbab97d
commit 0314e67367

View File

@@ -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