Skip to content

Commit 164f7e3

Browse files
committed
Added screenshot to first_2d_game/player_scene for clarity
1 parent 7628f87 commit 164f7e3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

getting_started/first_2d_game/02.player_scene.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ appearance and animations for our player. Notice that there is a warning symbol
6161
next to the node. An ``AnimatedSprite2D`` requires a :ref:`SpriteFrames
6262
<class_SpriteFrames>` resource, which is a list of the animations it can
6363
display. To create one, find the ``Sprite Frames`` property under the ``Animation`` tab in the Inspector and click
64-
"[empty]" -> "New SpriteFrames". Click on the ``SpriteFrames`` you just
65-
created to open the "SpriteFrames" panel:
64+
"[empty]" -> "New SpriteFrames":
6665

67-
.. image:: img/spriteframes_panel.webp
66+
.. image:: img/new_spriteframes.webp
67+
68+
Click on the ``SpriteFrames`` you just created to open the "SpriteFrames" panel:
6869

70+
.. image:: img/spriteframes_panel.webp
6971

7072
On the left is a list of animations. Click the "default" one and rename it to
7173
"walk". Then click the "Add Animation" button to create a second animation named
17.9 KB
Loading

0 commit comments

Comments
 (0)