aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-17 23:05:49 +0000
committernathan <nathansmith@disroot.org>2025-12-17 23:05:49 +0000
commitedaafadf2c5de7f23dfc20d420e973ed9dc92039 (patch)
tree1cbfc2cbdbbda1052144947eef39224ff01877ce /src/settings.c
parent0cddd5649838c0d37c0e4b12786d040ffdb01c97 (diff)
downloadFindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.tar.gz
FindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.tar.bz2
FindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.zip
Progress, I guess...
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c3
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,