diff options
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; |
