We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 237468c + f0664c7 commit d80252eCopy full SHA for d80252e
getting_started/first_2d_game/05.the_main_game_scene.rst
@@ -38,9 +38,9 @@ Spawning mobs
38
-------------
39
40
The Main node will be spawning new mobs, and we want them to appear at a random
41
-location on the edge of the screen. Add a :ref:`Path2D <class_Path2D>` node
42
-named ``MobPath`` as a child of ``Main``. When you select ``Path2D``, you will
43
-see some new buttons at the top of the editor:
+location on the edge of the screen. Click the ``Main`` node in the Scene dock, then
+add a child :ref:`Path2D <class_Path2D>` node named ``MobPath``. When you select
+``Path2D``, you will see some new buttons at the top of the editor:
44
45
.. image:: img/path2d_buttons.webp
46
0 commit comments