diff options
| author | nathan <nathansmith@disroot.org> | 2026-01-11 13:13:36 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-01-11 13:13:36 +0000 |
| commit | e853966be38ae6c5319df137c3b04a86e52b562b (patch) | |
| tree | 76a7b271ac1795098ebb8d797a523fbcbfc54080 /src/settings.h | |
| parent | 013ac4a2f4ae24d71f425f31edd77a8e29ed1da8 (diff) | |
| download | FindThings-e853966be38ae6c5319df137c3b04a86e52b562b.tar.gz FindThings-e853966be38ae6c5319df137c3b04a86e52b562b.tar.bz2 FindThings-e853966be38ae6c5319df137c3b04a86e52b562b.zip | |
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 7 |
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; |
