Skip to content

Commit

Permalink
Merge pull request #9293 from skyace65/PlayTooltip
Browse files Browse the repository at this point in the history
Fix button description
  • Loading branch information
mhilbrunner committed Apr 30, 2024
2 parents fe4d617 + 9ec1210 commit 8655683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting_started/first_2d_game/03.coding_the_player.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.

.. warning:: If you get an error in the "Debugger" panel that says
Expand Down

0 comments on commit 8655683

Please sign in to comment.