瀏覽代碼

Merge pull request #8959 from jamesplease/patch-1

Improve clarity of 2d tutorial section
Matthew 1 年之前
父節點
當前提交
bc67ff2e64
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      getting_started/first_2d_game/05.the_main_game_scene.rst

+ 2 - 3
getting_started/first_2d_game/05.the_main_game_scene.rst

@@ -14,8 +14,7 @@ Click the **Instance** button (represented by a chain link icon) and select your
 
 
 .. image:: img/instance_scene.webp
 .. 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
 - :ref:`Timer <class_Timer>` (named ``MobTimer``) - to control how often mobs
   spawn
   spawn
@@ -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
 - :ref:`Marker2D <class_Marker2D>` (named ``StartPosition``) - to indicate
   the player's start position
   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``
 - ``MobTimer``: ``0.5``
 - ``ScoreTimer``: ``1``
 - ``ScoreTimer``: ``1``