Commit Graph
13 Commits
Author SHA1 Message Date
Noah Beard 0714eb1b31 Fixed a couple things I missed in part 6 of the FPS tutorial 2018-04-21 16:46:08 -04:00
TwistedTwigleg 627078c325 FPS tutorial remaster (#1357)
* Started remastering first two parts of the FPS tutorial.

Now both parts follow a consistant coding style,
have up to date Zip files for every part.

* Finished the first draft for part 2, and did some edits to part 1.

* Finished writing the first draft for part 3. (Still needs editing)

I also added a blank page for part 5 and added it to the index.

* Updated and fixed a few things in Part 3

* Removed the old part 4 of the FPS tutorial and replaced it with a new part!
(Which would have been part 5 had part 4 not been removed)

* Added part 5 of the FPS tutorial.
Made a few changes to parts 4 and 1.
Added a template/overview of what to write in part 6.

* Finished part 6 of the FPS tutorial.
Now every part of the FPS tutorial is written out!

Made some minor edits to part 5.

* Added all of the zip files for the first three parts of the FPS tutorial.
Updated/Redid all of the pictures for the first three parts as well.
Fixed a few minor issues/inconsistencies in the written material.

* Added all of the zip files for the last three parts of the FPS tutorial.
Updated/Redid all of the pictures for the last three parts as well.
Fixed a few minor issues/inconsistencies in the written material.
Updated the blender files zip.

* Did some editing on parts 3 through 5 on the FPS tutorial.
2018-04-21 17:42:58 +02:00
Yuri Chornoivan 11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
Drambique 983edbe274 revisions 2018-04-07 03:46:19 -04:00
Michael Alexsander Silva Dias 2c8f669d65 Fixed small typo in the part one of the FPS tutorial. 2018-04-04 21:35:55 -03:00
Drambique f2afb18dbd Small typo fix 2018-03-31 23:30:18 -04:00
Poommetee Ketson 2cf560bc8a Fix typos with codespell 2018-03-29 12:38:45 +07:00
Noah Beard b586ffccf8 Added part 4 of the FPS tutorial 2018-03-09 17:17:39 -05:00
LAT_Rio 9d6b4e1091 Updated FPS tutorial to 3.0 (#1202)
* Updated script to 3.0 version

Use '$' instead of 'get_node'.
Functions '_process', _physics_process', '_input' and other similar functions will be detected automatically since 3.0.
2018-03-03 10:33:16 +01:00
Max Hilbrunner 6d71b8788b Optimize Godot_FPS_Starter.zip: 75 to 6mb 2018-02-26 08:19:35 +01:00
Max Hilbrunner cc59d83b67 Optimize Godot_FPS_Finished.zip: 75 to 6mb 2018-02-26 08:13:37 +01:00
TwistedTwigleg 64e4bb3558 Changed the FPS tutorial to reflect the recent changes in the project
and added a warning about the peformance of Test_level.
2018-02-25 12:39:30 -05:00
TwistedTwigleg c33d9e744c Added a FPS (First person shooter) game tutorial in three parts.
* The first part covers making a first person character.
* The second part covers adding weapons/guns to the character built in part one.
* The third part adds ammo to the guns and sounds for when the player fires.
2018-02-22 13:48:08 -05:00