mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Tweak wording in Creating the player scene
Co-authored-by: Hana - Piralein <48352564+Piralein@users.noreply.github.com>
This commit is contained in:
co-authored by
Hana - Piralein
parent
bdcf0defbd
commit
19337ad628
@@ -78,12 +78,15 @@ Click on the ``SpriteFrames`` you just created to open the "SpriteFrames" panel:
|
||||
.. image:: img/spriteframes_panel.webp
|
||||
|
||||
On the left is a list of animations. Click the ``default`` one and rename it to
|
||||
``walk``. Then click the "Add Animation" button to create a second animation named
|
||||
``up``. Find the player images in the FileSystem dock - they're in the ``art``
|
||||
folder you unzipped earlier. Drag the two images for each animation, named
|
||||
``playerGrey_walk1``, ``playerGrey_walk2`` (for ``walk``),
|
||||
``playerGrey_up1``, and ``playerGrey_up2`` (for ``up``) to the **Animation Frames**
|
||||
side of the panel for the corresponding animation:
|
||||
``walk``. Then click the **Add Animation** button to create a second animation
|
||||
named ``up``.
|
||||
|
||||
Find the player images in the FileSystem dock - they're in the ``art`` folder
|
||||
you unzipped earlier. Drag the two images for each animation, into the
|
||||
**Animation Frames** side of the panel for the corresponding animation:
|
||||
|
||||
- ``playerGrey_walk1`` and ``playerGrey_walk2`` for the ``walk`` animation
|
||||
- ``playerGrey_up1`` and ``playerGrey_up2`` for the ``up`` animation
|
||||
|
||||
.. image:: img/spriteframes_panel2.webp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user