Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve clarity of 2d tutorial section #8959

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions getting_started/first_2d_game/05.the_main_game_scene.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Click the **Instance** button (represented by a chain link icon) and select your

.. image:: img/instance_scene.webp

Now, add the following nodes as children of ``Main``, and name them as shown
(values are in seconds):
Now, add the following nodes as children of ``Main``, and name them as shown:

- :ref:`Timer <class_Timer>` (named ``MobTimer``) - to control how often mobs
spawn
Expand All @@ -26,7 +25,7 @@ Now, add the following nodes as children of ``Main``, and name them as shown
- :ref:`Marker2D <class_Marker2D>` (named ``StartPosition``) - to indicate
the player's start position

Set the ``Wait Time`` property of each of the ``Timer`` nodes as follows:
Set the ``Wait Time`` property of each of the ``Timer`` nodes as follows (values are in seconds):

- ``MobTimer``: ``0.5``
- ``ScoreTimer``: ``1``
Expand Down