aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-11 13:13:36 +0000
committernathan <nathansmith@disroot.org>2026-01-11 13:13:36 +0000
commite853966be38ae6c5319df137c3b04a86e52b562b (patch)
tree76a7b271ac1795098ebb8d797a523fbcbfc54080 /src/settings.c
parent013ac4a2f4ae24d71f425f31edd77a8e29ed1da8 (diff)
downloadFindThings-e853966be38ae6c5319df137c3b04a86e52b562b.tar.gz
FindThings-e853966be38ae6c5319df137c3b04a86e52b562b.tar.bz2
FindThings-e853966be38ae6c5319df137c3b04a86e52b562b.zip
More inventory thingsHEADmain
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/settings.c b/src/settings.c
index ee126b4..14b9257 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -38,9 +38,9 @@ Settings defaultSettings()
.mapZoomSpeed = 0.2,
.entityInfoFontSize = 20,
.statusAndInfoAlpha = (unsigned char)255.0 * 0.8,
+ .uiAlpha = (unsigned char)255.0 * 0.9,
+ .uiOutlineSize = 2.0,
.interactionFontSize = 20,
- .interactionAlpha = (unsigned char)255.0 * 0.9,
- .interactionOutlineSize = 2.0,
.interactionChatHeight = 300.0,
.interactionMenuWidth = 500.0,
.interactionChatAnimationSpeed = 0.03,
@@ -54,6 +54,7 @@ Settings defaultSettings()
.toggleCrossHairKey = KEY_C,
.toggleFPSKey = KEY_F,
.toggleMapPreviewKey = KEY_P,
+ .toggleInventoryKey = KEY_TAB,
.defaultMapZoomKey = KEY_Z,
.interactKey = KEY_E,
.nextMessageKey = KEY_ENTER,