From c243b307a9964849e79015aa1c6025667e02e20b Mon Sep 17 00:00:00 2001 From: Benjamin Amundson Date: Mon, 1 Jan 2024 16:04:02 -0500 Subject: [PATCH] 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. --- getting_started/first_3d_game/05.spawning_mobs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting_started/first_3d_game/05.spawning_mobs.rst b/getting_started/first_3d_game/05.spawning_mobs.rst index af69b2be6..d5678b8bd 100644 --- a/getting_started/first_3d_game/05.spawning_mobs.rst +++ b/getting_started/first_3d_game/05.spawning_mobs.rst @@ -145,8 +145,8 @@ Your path should look like this. |image18| To sample random positions on it, we need a :ref:`PathFollow3D ` node. Add a -:ref:`PathFollow3D ` as a child of the ``Path3D``. Rename the two nodes to ``SpawnPath`` and -``SpawnLocation``, respectively. It's more descriptive of what we'll use them for. +:ref:`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. |image19|