aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-07 03:57:09 +0000
committernathan <nathansmith@disroot.org>2026-01-07 03:57:09 +0000
commitfd070849940355741b69fe5fbdf75a01dcc8f424 (patch)
tree068b2d87e5db33fe9978a8a1fd5c3fef8697bd55 /src/settings.c
parent382cb08822808f57902f67a842259e64afb33e72 (diff)
downloadFindThings-fd070849940355741b69fe5fbdf75a01dcc8f424.tar.gz
FindThings-fd070849940355741b69fe5fbdf75a01dcc8f424.tar.bz2
FindThings-fd070849940355741b69fe5fbdf75a01dcc8f424.zip
Cool text animation thingy
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c
index d31c7cc..78aa0d6 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -8,7 +8,7 @@ Settings defaultSettings()
.screenWidth = 596,
.screenHeight = 447,
.fov = 90.0,
- .maxFPS = 0,
+ .maxFPS = 60,
.showFPSDefault = true,
.backgroundColor = (Color){74, 42, 74, 255},
.useBackgroundTexture = true,
@@ -43,6 +43,7 @@ Settings defaultSettings()
.interactionOutlineSize = 2.0,
.interactionChatHeight = 300.0,
.interactionMenuWidth = 500.0,
+ .interactionChatAnimationSpeed = 0.03,
.mouseSpeed = 0.1,
.forwardKey = KEY_W,
.backwardKey = KEY_S,