e1af866014 | ||
---|---|---|
addons/Basic FPS Player | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
hq2_ambience.obj | ||
hq2_ambience.obj.import | ||
icon.svg | ||
icon.svg.import | ||
map_.tscn | ||
map_CSGMesh3D.tscn | ||
map_MeshInstance3D.tscn | ||
project.godot |
README.md
Basic-FPS-Player-GODOT-4.0
(GDScript
) Godot 4.0 very basic FPS player controller with mouse and keyboard input for a kick start in your fps project.
Current version V1.2
- Basic walk + jump
- Head bob
- Mouse acceleration + smoothing
- Easy action rebinding
Installation
See: Youtube Installation Video
Usage
All relevant settings are exported to godot to tweak within the editor.
The character will only listen to mouse input when the mouse is captured;
(Input.mouse_mode = Input.MOUSE_MODE_CAPTURED
).
Enjoy! :)