Added FOV and mouse sensitivity settings

This commit is contained in:
MihailRis
2023-12-05 14:47:46 +03:00
parent af2786164a
commit 1d73c0bd9f
10 changed files with 66 additions and 10 deletions
+4
View File
@@ -37,6 +37,10 @@ struct CameraSettings {
bool fovEvents = true;
/* Camera movement shake */
bool shaking = true;
/* Camera field of view */
float fov = 90.0f;
/* Camera sensitivity */
float sensitivity = 2.0f;
};
struct GraphicsSettings {