Browse Source

Merge pull request #7232 from Vennnot/2d-game

Added restated text
Max Hilbrunner 2 years ago
parent
commit
14cc265c4d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      getting_started/first_2d_game/06.heads_up_display.rst

+ 3 - 0
getting_started/first_2d_game/06.heads_up_display.rst

@@ -354,6 +354,9 @@ window and selecting the ``new_game()`` method or type "new_game" below "Receive
 in the window. Verify that the green connection icon now appears next to
 ``func new_game()`` in the script.
 
+Remember to remove the call to ``new_game()`` from
+``_ready()``.
+
 In ``new_game()``, update the score display and show the "Get Ready" message:
 
 .. tabs::