Skip to content

Commit 1a5f8b5

Browse files
authored
Merge pull request #9070 from skyace65/SpriteFrames
Clarify how to open the SpriteFrames panel
2 parents 95742d3 + 79dfce6 commit 1a5f8b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getting_started/first_2d_game/02.player_scene.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ 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 again to open the "SpriteFrames" panel:
64+
"[empty]" -> "New SpriteFrames". Click on the ``SpriteFrames`` you just
65+
created to open the "SpriteFrames" panel:
6566

6667
.. image:: img/spriteframes_panel.webp
6768

0 commit comments

Comments
 (0)