소스 검색

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