Skip to content

Commit b4c2083

Browse files
authored
Fix reference to a node in FPS tutorial part 2 (#3413)
1 parent f1eff42 commit b4c2083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/3d/fps_tutorial/part_two.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,9 @@ If the currently loaded/open scene is ``Testing_Area.tscn``, we'd be adding our
694694
.. warning:: As mentioned later below in the section on adding sounds, this method makes an assumption. This will be explained later
695695
in the section on adding sounds in :ref:`doc_fps_tutorial_part_three`
696696

697-
Next we set the global transform of the clone to the ``Pistol_Aim_Point``'s global transform. The reason we do this is so the bullet is spawned at the end of the pistol.
697+
Next we set the global transform of the clone to the ``Pistol_Point``'s global transform. The reason we do this is so the bullet is spawned at the end of the pistol.
698698

699-
You can see that ``Pistol_Aim_Point`` is positioned right at the end of the pistol by clicking the :ref:`AnimationPlayer <class_AnimationPlayer>` and
699+
You can see that ``Pistol_Point`` is positioned right at the end of the pistol by clicking the :ref:`AnimationPlayer <class_AnimationPlayer>` and
700700
scrolling through ``Pistol_fire``. You'll find the position is more or less at the end of the pistol when it fires.
701701

702702
Next we scale it up by a factor of ``4`` because the bullet scene is a little too small by default.

0 commit comments

Comments
 (0)