We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6e668b + c243b30 commit 855fb28Copy full SHA for 855fb28
getting_started/first_3d_game/05.spawning_mobs.rst
@@ -145,8 +145,8 @@ Your path should look like this.
145
|image18|
146
147
To sample random positions on it, we need a :ref:`PathFollow3D <class_PathFollow3D>` node. Add a
148
-:ref:`PathFollow3D <class_PathFollow3D>` as a child of the ``Path3D``. Rename the two nodes to ``SpawnPath`` and
149
-``SpawnLocation``, respectively. It's more descriptive of what we'll use them for.
+:ref:`PathFollow3D <class_PathFollow3D>` as a child of the ``Path3D``. Rename the two nodes to ``SpawnLocation`` and
+``SpawnPath``, respectively. It's more descriptive of what we'll use them for.
150
151
|image19|
152
0 commit comments