Pārlūkot izejas kodu

Update 02.player_scene.rst

Add macOS shortcut `Cmd + A`
Henry Li 2 gadi atpakaļ
vecāks
revīzija
be0419035b
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      getting_started/first_2d_game/02.player_scene.rst

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

@@ -53,7 +53,8 @@ or :kbd:`Cmd + S` on macOS.
 Sprite animation
 ~~~~~~~~~~~~~~~~
 
-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
+:kbd:`Cmd + A` on macOS) a child node :ref:`AnimatedSprite2D
 <class_AnimatedSprite2D>`. The ``AnimatedSprite2D`` will handle the
 appearance and animations for our player. Notice that there is a warning symbol
 next to the node. An ``AnimatedSprite2D`` requires a :ref:`SpriteFrames