From e853966be38ae6c5319df137c3b04a86e52b562b Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 11 Jan 2026 06:13:36 -0700 Subject: More inventory things --- src/settings.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/settings.h') 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; -- cgit v1.2.3