浏览代码

Update 07.killing_player.rst

Corrected grammar on line 141
Dark Star 11 月之前
父节点
当前提交
0fe736bce8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/first_3d_game/07.killing_player.rst

+ 1 - 1
getting_started/first_3d_game/07.killing_player.rst

@@ -138,7 +138,7 @@ Also note that the enemy colliding with the player and dying depends on the size
 ``Player`` and the ``Mob``\ 's collision shapes. You may need to move them
 ``Player`` and the ``Mob``\ 's collision shapes. You may need to move them
 and resize them to achieve a tight game feel.
 and resize them to achieve a tight game feel.
 
 
-You can pat yourself in the back: you prototyped a complete 3D game,
+You can pat yourself on the back: you prototyped a complete 3D game,
 even if it's still a bit rough.
 even if it's still a bit rough.
 
 
 From there, we'll add a score, the option to retry the game, and you'll
 From there, we'll add a score, the option to retry the game, and you'll