We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95742d3 + 79dfce6 commit 1a5f8b5Copy full SHA for 1a5f8b5
getting_started/first_2d_game/02.player_scene.rst
@@ -61,7 +61,8 @@ appearance and animations for our player. Notice that there is a warning symbol
61
next to the node. An ``AnimatedSprite2D`` requires a :ref:`SpriteFrames
62
<class_SpriteFrames>` resource, which is a list of the animations it can
63
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:
+"[empty]" -> "New SpriteFrames". Click on the ``SpriteFrames`` you just
65
+created to open the "SpriteFrames" panel:
66
67
.. image:: img/spriteframes_panel.webp
68
0 commit comments