浏览代码

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.
Benjamin Amundson 1 年之前
父节点
当前提交
c243b307a9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      getting_started/first_3d_game/05.spawning_mobs.rst

+ 2 - 2
getting_started/first_3d_game/05.spawning_mobs.rst

@@ -145,8 +145,8 @@ Your path should look like this.
 |image18|
 |image18|
 
 
 To sample random positions on it, we need a :ref:`PathFollow3D <class_PathFollow3D>` node. Add a
 To sample random positions on it, we need a :ref:`PathFollow3D <class_PathFollow3D>` node. Add a
-:ref:`PathFollow3D <class_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 <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.
 
 
 |image19|
 |image19|