aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.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/map.h
parent9d363e00bc33df2821e008d03794675c09c413ec (diff)
downloadFindThings-6db246171bcc0a7472624b2bf6c74898c43b9248.tar.gz
FindThings-6db246171bcc0a7472624b2bf6c74898c43b9248.tar.bz2
FindThings-6db246171bcc0a7472624b2bf6c74898c43b9248.zip
Working map preview
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index ce4e71e..9e94190 100644
--- a/src/map.h
+++ b/src/map.h
@@ -6,6 +6,10 @@
typedef struct {
Rectangle rect;
+ Rectangle heightmapRect;
+ float zoom;
+ Vector2 playerPosition;
+ float playerRotation;
bool isEnabled;
bool isFullSize;
} Map;