From 6db246171bcc0a7472624b2bf6c74898c43b9248 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 24 Nov 2025 05:59:01 -0700 Subject: Working map preview --- src/map.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map.h') 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; -- cgit v1.2.3