aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-24 12:59:01 +0000
committernathan <nathansmith@disroot.org>2025-11-24 12:59:01 +0000
commit6db246171bcc0a7472624b2bf6c74898c43b9248 (patch)
tree76a152bd23b48e56b2acfdeae7953be870c7a7e9 /src/settings.h
parent9d363e00bc33df2821e008d03794675c09c413ec (diff)
downloadFindThings-6db246171bcc0a7472624b2bf6c74898c43b9248.tar.gz
FindThings-6db246171bcc0a7472624b2bf6c74898c43b9248.tar.bz2
FindThings-6db246171bcc0a7472624b2bf6c74898c43b9248.zip
Working map preview
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h
index 118bf84..a76b0ab 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -35,7 +35,10 @@ typedef struct {
// Map.
bool isMapPreviewEnabledDefault;
- float mapPreviewSize;
+ float mapPreviewWidth;
+ float mapPreviewHeight;
+ Color mapColor;
+ float mapPreviewZoomDefault;
// Controls.
float mouseSpeed;
@@ -45,6 +48,7 @@ typedef struct {
KeyboardKey leftKey;
KeyboardKey toggleCursorKey;
KeyboardKey toggleCrossHairKey;
+ KeyboardKey toggleMapPreviewKey;
KeyboardKey interactKey;
} Settings;