Selaa lähdekoodia

Add macOS shortcut for running the scene

HEMMOUDA Aymane 3 kuukautta sitten
vanhempi
sitoutus
6bf1218906
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      getting_started/first_3d_game/05.spawning_mobs.rst

+ 2 - 2
getting_started/first_3d_game/05.spawning_mobs.rst

@@ -335,8 +335,8 @@ Here is the complete ``main.gd`` script so far, for reference.
         }
         }
     }
     }
 
 
-You can test the scene by pressing :kbd:`F6`. You should see the monsters spawn and
-move in a straight line.
+You can test the scene by pressing :kbd:`F6` (:kbd:`Cmd + R` on macOS). You should see
+the monsters spawn and move in a straight line.
 
 
 |image25|
 |image25|