aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-07 02:57:23 +0000
committernathan <nathansmith@disroot.org>2026-01-07 02:57:23 +0000
commit382cb08822808f57902f67a842259e64afb33e72 (patch)
treeef721fc67335a23bd8a6a6181f7c5db16b23c66b /src/settings.c
parent63171bd3d0f44dc3a012bb92296ecf017cc27a66 (diff)
downloadFindThings-382cb08822808f57902f67a842259e64afb33e72.tar.gz
FindThings-382cb08822808f57902f67a842259e64afb33e72.tar.bz2
FindThings-382cb08822808f57902f67a842259e64afb33e72.zip
Better bobbling
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/settings.c b/src/settings.c
index 1c31746..d31c7cc 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -8,7 +8,7 @@ Settings defaultSettings()
.screenWidth = 596,
.screenHeight = 447,
.fov = 90.0,
- .maxFPS = 60,
+ .maxFPS = 0,
.showFPSDefault = true,
.backgroundColor = (Color){74, 42, 74, 255},
.useBackgroundTexture = true,
@@ -23,8 +23,9 @@ Settings defaultSettings()
.crossHairSize = 8.0,
.crossHairThickness = 3.0,
.crossHairColor = BLUE,
- .bobbleRate = 0.4,
- .bobbleAmount = 0.01,
+ .isBobbleEnabled = true,
+ .bobbleRate = 1.0,
+ .bobbleAmount = 0.07,
.playerAcceleration = 15.0,
.isMapPreviewEnabledDefault = true,
.mapPreviewWidth = 300.0,