Browse Source

Merge pull request #9293 from skyace65/PlayTooltip

Fix button description

(cherry picked from commit 8655683fc941c4233dffd622dfc77aff013f653d)
Max Hilbrunner 1 year ago
parent
commit
a290781300
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/first_2d_game/03.coding_the_player.rst

+ 1 - 1
getting_started/first_2d_game/03.coding_the_player.rst

@@ -247,7 +247,7 @@ the ``_process`` function (make sure it's not indented under the `else`):
         Using this value ensures that your movement will remain consistent even
         Using this value ensures that your movement will remain consistent even
         if the frame rate changes.
         if the frame rate changes.
 
 
-Click "Play Scene" (:kbd:`F6`, :kbd:`Cmd + R` on macOS) and confirm you can move
+Click "Run Current Scene" (:kbd:`F6`, :kbd:`Cmd + R` on macOS) and confirm you can move
 the player around the screen in all directions.
 the player around the screen in all directions.
 
 
 .. warning:: If you get an error in the "Debugger" panel that says
 .. warning:: If you get an error in the "Debugger" panel that says