Skip to content

Commit

Permalink
Merge pull request #9958 from Calinou/first-2d-game-fix-animation-name
Browse files Browse the repository at this point in the history
Fix animation name in Your first 2D game
  • Loading branch information
mhilbrunner authored Sep 16, 2024
2 parents 3a07580 + 3acbf06 commit ea5df15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting_started/first_2d_game/02.player_scene.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ functionality.

Before we add any children to the ``Player`` node, we want to make sure we don't
accidentally move or resize them by clicking on them. Select the node and click
the icon to the right of the lock. Its tooltip says "Groups the selected node
the icon to the right of the lock. Its tooltip says "Groups the selected node
with its children. This causes the parent to be selected when any child
node is clicked in 2D and 3D view."

Expand Down Expand Up @@ -73,7 +73,7 @@ On the left is a list of animations. Click the "default" one and rename it to
"walk". Then click the "Add Animation" button to create a second animation named
"up". Find the player images in the "FileSystem" tab - they're in the ``art``
folder you unzipped earlier. Drag the two images for each animation, named
``playerGrey_up[1/2]`` and ``playerGrey_walk[1/2]``, into the "Animation Frames"
``playerGrey_walk[1/2]`` and ``playerGrey_walk[2/2]``, into the "Animation Frames"
side of the panel for the corresponding animation:

.. image:: img/spriteframes_panel2.webp
Expand Down

0 comments on commit ea5df15

Please sign in to comment.