diff options
| author | nathan <nathansmith@disroot.org> | 2025-11-24 13:47:58 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-11-24 13:47:58 +0000 |
| commit | eff6d7308d69ece8b89fe22e529b815f67a893e2 (patch) | |
| tree | cd996e8d664d69580a9c126657612a6cb1384110 /src/settings.c | |
| parent | 6db246171bcc0a7472624b2bf6c74898c43b9248 (diff) | |
| download | FindThings-eff6d7308d69ece8b89fe22e529b815f67a893e2.tar.gz FindThings-eff6d7308d69ece8b89fe22e529b815f67a893e2.tar.bz2 FindThings-eff6d7308d69ece8b89fe22e529b815f67a893e2.zip | |
Map zoom working
Diffstat (limited to 'src/settings.c')
| -rw-r--r-- | src/settings.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settings.c b/src/settings.c index 8396fba..8baaa80 100644 --- a/src/settings.c +++ b/src/settings.c @@ -19,10 +19,10 @@ Settings defaultSettings() .crossHairThickness = 3.0, .crossHairColor = BLUE, .isMapPreviewEnabledDefault = true, - .mapPreviewWidth = 300.0, - .mapPreviewHeight = 300.0, + .mapPreviewWidth = 700.0, + .mapPreviewHeight = 700.0, .mapColor = (Color){255, 0.0, 0.0, (unsigned char)255.0 * 0.80}, - .mapPreviewZoomDefault = 1.0, + .mapPreviewZoomDefault = 10.0, .mouseSpeed = 0.1, .forwardKey = KEY_W, .backwardKey = KEY_S, |
