mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Add missing whitespace in Your first game (#3522)
This commit is contained in:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user