mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Merge pull request #6568 from piyushmulatkar/patch-2
Added correct reference to Frames property
This commit is contained in:
@@ -58,7 +58,7 @@ Click on the ``Player`` node and add (:kbd:`Ctrl + A`) a child node :ref:`Animat
|
||||
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 in the Inspector and click
|
||||
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:
|
||||
|
||||
.. image:: img/spriteframes_panel.webp
|
||||
|
||||
Reference in New Issue
Block a user