https://github.com/coppolaemilio/godot-fps-movement
A minimal FPS movement example made in Godot
https://github.com/coppolaemilio/godot-fps-movement
fps fps-game godot godot-engine template
Last synced: 9 days ago
JSON representation
A minimal FPS movement example made in Godot
- Host: GitHub
- URL: https://github.com/coppolaemilio/godot-fps-movement
- Owner: coppolaemilio
- Created: 2018-08-13T18:40:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T18:53:07.000Z (about 7 years ago)
- Last Synced: 2025-10-09T03:32:48.586Z (9 days ago)
- Topics: fps, fps-game, godot, godot-engine, template
- Language: GDScript
- Homepage:
- Size: 165 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Godot FPS Movement
## A minimal FPS movement example made in GodotYou get a simple scene `Main.gd` with a `Player` node that has the basic movement for a first person project in Godot.

I made this project following the video tutorials made by [Jeremy Bullock](https://www.youtube.com/channel/UCwJw2-V5S1TkBjLQ3_Ws54g/videos)