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

Added restated text
This commit is contained in:
Max Hilbrunner
2023-05-01 19:46:44 +02:00
committed by GitHub

View File

@@ -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::