From df428b52171e7f607df6e6d0c3bd3ffb025a66ab Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 21 Apr 2018 23:12:23 +0200 Subject: [PATCH] Merge pull request #1387 from TwistedTwigleg/FPS_Part_6_Fix Fixed a couple things I missed in part 6 of the FPS tutorial --- tutorials/3d/fps_tutorial/part_six.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tutorials/3d/fps_tutorial/part_six.rst b/tutorials/3d/fps_tutorial/part_six.rst index dd6df926c..640310115 100644 --- a/tutorials/3d/fps_tutorial/part_six.rst +++ b/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 -.. 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. 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! - You can download the finished project for the entire tutorial here: :download:`Godot_FPS_Part_5.zip ` + You can download the finished project for the entire tutorial here: :download:`Godot_FPS_Part_6.zip ` .. 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.