2
0
Эх сурвалжийг харах

Merge pull request #10699 from nickcernis/first-2d-game/clarify-mobpath-parenting

2D game: Help people create MobPath as a child of Main
Matthew 5 сар өмнө
parent
commit
d80252eca9

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

@@ -38,9 +38,9 @@ Spawning mobs
 -------------
 -------------
 
 
 The Main node will be spawning new mobs, and we want them to appear at a random
 The Main node will be spawning new mobs, and we want them to appear at a random
-location on the edge of the screen. Add a :ref:`Path2D <class_Path2D>` node
-named ``MobPath`` as a child of ``Main``. When you select ``Path2D``, you will
-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:
 
 
 .. image:: img/path2d_buttons.webp
 .. image:: img/path2d_buttons.webp