Browse Source

Update 07.killing_player.rst

Corrected grammar on line 141
Dark Star 11 tháng trước cách đây
mục cha
commit
0fe736bce8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 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.
 
 From there, we'll add a score, the option to retry the game, and you'll