aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-07 04:20:34 +0000
committernathan <nathansmith@disroot.org>2026-01-07 04:20:34 +0000
commite27d509615ca48c8b007f66349f554ce2a9758f9 (patch)
tree96a7180ccd26d2ad69dbf516d83a0fd258816d1b /src/settings.c
parentfd070849940355741b69fe5fbdf75a01dcc8f424 (diff)
downloadFindThings-e27d509615ca48c8b007f66349f554ce2a9758f9.tar.gz
FindThings-e27d509615ca48c8b007f66349f554ce2a9758f9.tar.bz2
FindThings-e27d509615ca48c8b007f66349f554ce2a9758f9.zip
Working on top status thingy
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.c b/src/settings.c
index 78aa0d6..848eea1 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,
@@ -26,7 +26,7 @@ Settings defaultSettings()
.isBobbleEnabled = true,
.bobbleRate = 1.0,
.bobbleAmount = 0.07,
- .playerAcceleration = 15.0,
+ .playerAcceleration = 9.0,
.isMapPreviewEnabledDefault = true,
.mapPreviewWidth = 300.0,
.mapPreviewHeight = 300.0,