Add missing whitespace in Your first game (#3522)

This commit is contained in:
Ettore Atalan
2020-05-11 16:07:40 +02:00
committed by GitHub
parent 2c1bad248a
commit 9618931e61

View File

@@ -779,7 +779,7 @@ function to set everything up for a new game:
}
Now connect the ``timeout()`` signal of each of the Timer nodes (``StartTimer``,
``ScoreTimer`` ,and ``MobTimer``) to the main script. ``StartTimer`` will start
``ScoreTimer`` , and ``MobTimer``) to the main script. ``StartTimer`` will start
the other two timers. ``ScoreTimer`` will increment the score by 1.
.. tabs::