Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 260 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 260 Bytes

Godot FPS example

This is an example of how to make an FPS camera in Godot using GDScript.

It show the utility of a camera helper, so that the camera rotates on only one axis, avoiding its transform to get messed up.

The version used is Godot 3.1 stable.