Skip to content

Commit 14cc265

Browse files
authored
Merge pull request godotengine#7232 from Vennnot/2d-game
Added restated text
2 parents 0dcaaef + e24c59c commit 14cc265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

getting_started/first_2d_game/06.heads_up_display.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,9 @@ window and selecting the ``new_game()`` method or type "new_game" below "Receive
354354
in the window. Verify that the green connection icon now appears next to
355355
``func new_game()`` in the script.
356356

357+
Remember to remove the call to ``new_game()`` from
358+
``_ready()``.
359+
357360
In ``new_game()``, update the score display and show the "Get Ready" message:
358361

359362
.. tabs::

0 commit comments

Comments
 (0)