We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dcaaef + e24c59c commit 14cc265Copy full SHA for 14cc265
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
354
in the window. Verify that the green connection icon now appears next to
355
``func new_game()`` in the script.
356
357
+Remember to remove the call to ``new_game()`` from
358
+``_ready()``.
359
+
360
In ``new_game()``, update the score display and show the "Get Ready" message:
361
362
.. tabs::
0 commit comments