From e6bf7e77797103ee7ab0eda57c360c38f1b2089c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Tue, 2 Sep 2025 18:41:59 -0700 Subject: Add map orientation. --- src/isogfx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/isogfx.c') diff --git a/src/isogfx.c b/src/isogfx.c index c3a87bf..865ebb4 100644 --- a/src/isogfx.c +++ b/src/isogfx.c @@ -267,6 +267,8 @@ bool isogfx_load_world(IsoGfx* iso, const char* filepath) { } Tm_Map* const map = iso->map; + printf("Map orientation: %d\n", ((Tm_Flags*)&map->flags)->orientation); + // Load the tile set. // // Tile set path is relative to the tile map file. Make it relative to the -- cgit v1.2.3