From 0fe736bce838023be73374eb1143e30893d225fb Mon Sep 17 00:00:00 2001 From: Dark Star Date: Sat, 17 Aug 2024 20:08:56 +0200 Subject: [PATCH] Update 07.killing_player.rst Corrected grammar on line 141 --- getting_started/first_3d_game/07.killing_player.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/first_3d_game/07.killing_player.rst b/getting_started/first_3d_game/07.killing_player.rst index 74b22d246..92a0a65b8 100644 --- a/getting_started/first_3d_game/07.killing_player.rst +++ b/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