Przeglądaj źródła

Merge pull request #2936 from skyace65/RepeatFix

Delete repeated instructions in Your first game
Rémi Verschelde 5 lat temu
rodzic
commit
796029e737
1 zmienionych plików z 0 dodań i 5 usunięć
  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