aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settings.c b/src/settings.c
index 8baaa80..4ca38c4 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -19,9 +19,9 @@ Settings defaultSettings()
.crossHairThickness = 3.0,
.crossHairColor = BLUE,
.isMapPreviewEnabledDefault = true,
- .mapPreviewWidth = 700.0,
- .mapPreviewHeight = 700.0,
- .mapColor = (Color){255, 0.0, 0.0, (unsigned char)255.0 * 0.80},
+ .mapPreviewWidth = 300.0,
+ .mapPreviewHeight = 300.0,
+ .mapAlpha = (unsigned char)255.0 * 0.85,
.mapPreviewZoomDefault = 10.0,
.mouseSpeed = 0.1,
.forwardKey = KEY_W,