We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4cc3b commit abbe8a0Copy full SHA for abbe8a0
getting_started/first_2d_game/02.player_scene.rst
@@ -53,7 +53,8 @@ or :kbd:`Cmd + S` on macOS.
53
Sprite animation
54
~~~~~~~~~~~~~~~~
55
56
-Click on the ``Player`` node and add (:kbd:`Ctrl + A`) a child node :ref:`AnimatedSprite2D
+Click on the ``Player`` node and add (:kbd:`Ctrl + A` on Windows/Linux or
57
+:kbd:`Cmd + A` on macOS) a child node :ref:`AnimatedSprite2D
58
<class_AnimatedSprite2D>`. The ``AnimatedSprite2D`` will handle the
59
appearance and animations for our player. Notice that there is a warning symbol
60
next to the node. An ``AnimatedSprite2D`` requires a :ref:`SpriteFrames
0 commit comments