Browse Source

Clarify how to open the SpriteFrames panel

(cherry picked from commit 79dfce6de35a94cb37085f6b40cb293dab0609f3)
skyace65 1 năm trước cách đây
mục cha
commit
17a50e9b05
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      getting_started/first_2d_game/02.player_scene.rst

+ 2 - 1
getting_started/first_2d_game/02.player_scene.rst

@@ -60,7 +60,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