Skip to content

Commit c243b30

Browse files
authored
Update 05.spawning_mobs.rst (typo regarding 'respectively')
The order of mentioned nodes (SpawnPath and SpawnLocation) does not match the previous sentence when using "respectively". The following image confirms the order may be backwards.
1 parent f2ad01c commit c243b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting_started/first_3d_game/05.spawning_mobs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Your path should look like this.
145145
|image18|
146146

147147
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.
148+
:ref:`PathFollow3D <class_PathFollow3D>` as a child of the ``Path3D``. Rename the two nodes to ``SpawnLocation`` and
149+
``SpawnPath``, respectively. It's more descriptive of what we'll use them for.
150150

151151
|image19|
152152

0 commit comments

Comments
 (0)