diff options
Diffstat (limited to 'src/settings.c')
| -rw-r--r-- | src/settings.c | 5 |
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, |
