2
0
Эх сурвалжийг харах

Merge pull request #11278 from hemmouda/patch-2

Add macOS shortcut for running the scene
Matthew 2 долоо хоног өмнө
parent
commit
37b34f09f5

+ 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|