aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
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.h
parent013ac4a2f4ae24d71f425f31edd77a8e29ed1da8 (diff)
downloadFindThings-e853966be38ae6c5319df137c3b04a86e52b562b.tar.gz
FindThings-e853966be38ae6c5319df137c3b04a86e52b562b.tar.bz2
FindThings-e853966be38ae6c5319df137c3b04a86e52b562b.zip
More inventory thingsHEADmain
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/settings.h b/src/settings.h
index b64c631..5d1b9c1 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -59,10 +59,10 @@ typedef struct {
int entityInfoFontSize;
unsigned char statusAndInfoAlpha;
- // Interaction chat and menu.
+ // Interaction chat and menu, and also UI.
+ unsigned char uiAlpha;
+ float uiOutlineSize;
int interactionFontSize;
- unsigned char interactionAlpha;
- float interactionOutlineSize;
float interactionChatHeight;
float interactionMenuWidth;
float interactionChatAnimationSpeed;
@@ -78,6 +78,7 @@ typedef struct {
KeyboardKey toggleCrossHairKey;
KeyboardKey toggleFPSKey;
KeyboardKey toggleMapPreviewKey;
+ KeyboardKey toggleInventoryKey;
KeyboardKey defaultMapZoomKey;
KeyboardKey interactKey;
KeyboardKey nextMessageKey;