diff options
Diffstat (limited to 'src/settings.c')
| -rw-r--r-- | src/settings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c index 96c0fe8..5f7f823 100644 --- a/src/settings.c +++ b/src/settings.c @@ -21,12 +21,13 @@ Settings defaultSettings() .isMapPreviewEnabledDefault = true, .mapPreviewWidth = 300.0, .mapPreviewHeight = 300.0, - .mapAlpha = (unsigned char)255.0 * 0.80, + .mapAlpha = (unsigned char)255.0 * 0.8, .mapPreviewZoomDefault = 3.0, .mapLowColor = (Color){255, 255, 0, 255}, .mapHighColor = (Color){0, 0, 255, 255}, .mapColorCount = 7.0, .mapZoomSpeed = 0.2, + .interactionChatAlpha = (unsigned char)255.0 * 0.9, .mouseSpeed = 0.1, .forwardKey = KEY_W, .backwardKey = KEY_S, |
