Forráskód Böngészése

Merge pull request #2645 from skyace65/spriteframes

Update SpriteFrames info in your first game tutorial
Rémi Verschelde 6 éve
szülő
commit
ef92caff8b
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      getting_started/step_by_step/your_first_game.rst

+ 1 - 2
getting_started/step_by_step/your_first_game.rst

@@ -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
 An ``AnimatedSprite`` requires a :ref:`SpriteFrames <class_SpriteFrames>` resource, which is a
 list of the animations it can display. To create one, find the
 list of the animations it can display. To create one, find the
 ``Frames`` property in the Inspector and click "[empty]" ->
 ``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
 .. image:: img/spriteframes_panel.png