Browse Source

Delete repeated instructions

skyace65 5 years ago
parent
commit
8d115c98b5
1 changed files with 0 additions and 5 deletions
  1. 0 5
      getting_started/step_by_step/your_first_game.rst

+ 0 - 5
getting_started/step_by_step/your_first_game.rst

@@ -808,11 +808,6 @@ well as its position.
 Note that a new instance must be added to the scene using
 ``add_child()``.
 
-Now click on ``MobTimer`` in the scene window then head to inspector window,
-switch to node view then click on ``timeout()`` and connect the signal.
-
-Add the following code:
-
 .. tabs::
  .. code-tab:: gdscript GDScript