Commit Graph
7 Commits
Author SHA1 Message Date
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