Просмотр исходного кода

Merge pull request #8721 from FishingSimulator/patch-1

Update "The Main Game Scene" for clarity
Max Hilbrunner 1 год назад
Родитель
Сommit
7db6918f29
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      getting_started/first_2d_game/05.the_main_game_scene.rst

+ 1 - 1
getting_started/first_2d_game/05.the_main_game_scene.rst

@@ -288,7 +288,7 @@ You should be able to move the player around, see mobs spawning, and see the
 player disappear when hit by a mob.
 player disappear when hit by a mob.
 
 
 When you're sure everything is working, remove the call to ``new_game()`` from
 When you're sure everything is working, remove the call to ``new_game()`` from
-``_ready()``.
+``_ready()`` and replace it with ``pass``.
 
 
 What's our game lacking? Some user interface. In the next lesson, we'll add a
 What's our game lacking? Some user interface. In the next lesson, we'll add a
 title screen and display the player's score.
 title screen and display the player's score.