File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
getting_started/first_2d_game Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,13 @@ appearance and animations for our player. Notice that there is a warning symbol
6161next to the node. An ``AnimatedSprite2D `` requires a :ref: `SpriteFrames
6262<class_SpriteFrames>` resource, which is a list of the animations it can
6363display. 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
7072On 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
You can’t perform that action at this time.
0 commit comments