Update SpriteFrames info in your first game tutorial

This commit is contained in:
skyace65
2019-07-20 12:12:51 -04:00
parent 66beec8b1f
commit 78ddf10127

View File

@@ -102,8 +102,7 @@ for our player. Notice that there is a warning symbol next to the node.
An ``AnimatedSprite`` requires a :ref:`SpriteFrames <class_SpriteFrames>` resource, which is a
list of the animations it can display. To create one, find the
``Frames`` property in the Inspector and click "[empty]" ->
"New SpriteFrames". Next, in the same location, click
``<SpriteFrames>``, then click "Open Editor" to open the "SpriteFrames" panel:
"New SpriteFrames". This should automatically open the SpriteFrames panel.
.. image:: img/spriteframes_panel.png