Browse Source

Merge pull request #1387 from TwistedTwigleg/FPS_Part_6_Fix

Fixed a couple things I missed in part 6 of the FPS tutorial
Max Hilbrunner 7 years ago
parent
commit
df428b5217
1 changed files with 1 additions and 3 deletions
  1. 1 3
      tutorials/3d/fps_tutorial/part_six.rst

+ 1 - 3
tutorials/3d/fps_tutorial/part_six.rst

@@ -13,8 +13,6 @@ This is the last part of the FPS tutorial, by the end of this you will have a so
 
 
 .. image:: img/FinishedTutorialPicture.png
 .. image:: img/FinishedTutorialPicture.png
 
 
-.. error:: TODO: replace this image
-
 .. note:: You are assumed to have finished :ref:`doc_fps_tutorial_part_five` before moving on to this part of the tutorial.
 .. note:: You are assumed to have finished :ref:`doc_fps_tutorial_part_five` before moving on to this part of the tutorial.
           
           
           The finished project from :ref:`doc_fps_tutorial_part_four` will be the starting project for part 6
           The finished project from :ref:`doc_fps_tutorial_part_four` will be the starting project for part 6
@@ -981,7 +979,7 @@ At this point you have a good base to build more complicated FPS games.
 
 
 .. warning:: If you ever get lost, be sure to read over the code again!
 .. warning:: If you ever get lost, be sure to read over the code again!
 
 
-             You can download the finished project for the entire tutorial here: :download:`Godot_FPS_Part_5.zip <files/Godot_FPS_Finished.zip>`
+             You can download the finished project for the entire tutorial here: :download:`Godot_FPS_Part_6.zip <files/Godot_FPS_Finished.zip>`
 
 
 .. note:: The finished project source files contain the same exact code, just written in a different order.
 .. note:: The finished project source files contain the same exact code, just written in a different order.
           This is because the finished project source files are what the tutorial is based on.
           This is because the finished project source files are what the tutorial is based on.