aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-25 15:15:02 +0000
committernathan <nathansmith@disroot.org>2025-11-25 15:15:02 +0000
commit0e8b4d5e38593cd9299da73ae84b5ca5ca61042f (patch)
treebcf848d6f30329ed978a3d0551819ef31d56dd3b /src/settings.c
parent05624b044e59e70d10b786538f55e77c19cc3c8c (diff)
downloadFindThings-0e8b4d5e38593cd9299da73ae84b5ca5ca61042f.tar.gz
FindThings-0e8b4d5e38593cd9299da73ae84b5ca5ca61042f.tar.bz2
FindThings-0e8b4d5e38593cd9299da73ae84b5ca5ca61042f.zip
Really fancy looking map
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c
index 4ca38c4..3dd1fa5 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -21,7 +21,7 @@ Settings defaultSettings()
.isMapPreviewEnabledDefault = true,
.mapPreviewWidth = 300.0,
.mapPreviewHeight = 300.0,
- .mapAlpha = (unsigned char)255.0 * 0.85,
+ .mapAlpha = (unsigned char)255.0 * 0.80,
.mapPreviewZoomDefault = 10.0,
.mouseSpeed = 0.1,
.forwardKey = KEY_W,