Skip to content

Commit

Permalink
Merge pull request #9070 from skyace65/SpriteFrames
Browse files Browse the repository at this point in the history
Clarify how to open the SpriteFrames panel
  • Loading branch information
mhilbrunner committed Mar 9, 2024
2 parents 95742d3 + 79dfce6 commit 1a5f8b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion getting_started/first_2d_game/02.player_scene.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ appearance and animations for our player. Notice that there is a warning symbol
next to the node. An ``AnimatedSprite2D`` requires a :ref:`SpriteFrames
<class_SpriteFrames>` resource, which is a list of the animations it can
display. To create one, find the ``Sprite Frames`` property under the ``Animation`` tab in the Inspector and click
"[empty]" -> "New SpriteFrames". Click again to open the "SpriteFrames" panel:
"[empty]" -> "New SpriteFrames". Click on the ``SpriteFrames`` you just
created to open the "SpriteFrames" panel:

.. image:: img/spriteframes_panel.webp

Expand Down

0 comments on commit 1a5f8b5

Please sign in to comment.