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, 5 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c
index 3dd1fa5..0d65432 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -22,7 +22,11 @@ Settings defaultSettings()
.mapPreviewWidth = 300.0,
.mapPreviewHeight = 300.0,
.mapAlpha = (unsigned char)255.0 * 0.80,
- .mapPreviewZoomDefault = 10.0,
+ .mapPreviewZoomDefault = 3.0,
+ .mapLowColor = (Color){255, 255, 0, 255},
+ .mapHighColor = (Color){0, 0, 255, 255},
+ .mapColorCount = 7.0,
+ .mapZoomSpeed = 0.2,
.mouseSpeed = 0.1,
.forwardKey = KEY_W,
.backwardKey = KEY_S,