mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #1387 from TwistedTwigleg/FPS_Part_6_Fix
Fixed a couple things I missed in part 6 of the FPS tutorial
This commit is contained in:
committed by
mhilbrunner
parent
a8df5c068c
commit
df428b5217
@@ -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 <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.
|
||||
This is because the finished project source files are what the tutorial is based on.
|
||||
|
||||
Reference in New Issue
Block a user