浏览代码

Merge pull request #11278 from hemmouda/patch-2

Add macOS shortcut for running the scene
Matthew 2 周之前
父节点
当前提交
37b34f09f5
共有 1 个文件被更改,包括 2 次插入2 次删除
  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|