From 5b541222e7f503eb904d8e9519b55d77d7979586 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 16 Dec 2025 06:46:20 +0100 Subject: [PATCH] tileset: Added debug tiles Maps now use debug tiles for layouts --- maps/l1.tmx | 32 ++++++++++++++++---------------- maps/mapeditor.tsx | 4 ---- tiles/bank8000.png | 4 ++-- tiles/mapeditor.png | 3 --- 4 files changed, 18 insertions(+), 25 deletions(-) delete mode 100644 maps/mapeditor.tsx delete mode 100644 tiles/mapeditor.png diff --git a/maps/l1.tmx b/maps/l1.tmx index 74d1150..23356fc 100644 --- a/maps/l1.tmx +++ b/maps/l1.tmx @@ -1,22 +1,22 @@ - - + + -17,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,11, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -15,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,17, -8,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,9 +106,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,102, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +108,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,104, +107,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,103 diff --git a/maps/mapeditor.tsx b/maps/mapeditor.tsx deleted file mode 100644 index ea67ed5..0000000 --- a/maps/mapeditor.tsx +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/tiles/bank8000.png b/tiles/bank8000.png index 961c756..6caaabf 100644 --- a/tiles/bank8000.png +++ b/tiles/bank8000.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b114f1ce6c9c6029fcc4be23c484d63a298bdc062e16537448a2f3f38629261f -size 675 +oid sha256:73e73a3875bde78cc1b930c2c9589afe2ebb77a8380a0935771b35652ca5132c +size 738 diff --git a/tiles/mapeditor.png b/tiles/mapeditor.png deleted file mode 100644 index 6fed0ed..0000000 --- a/tiles/mapeditor.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce157fda1a0bb7034d4c7e445fff60b1bdbc9e7ccfbc91ce613758d30d3d33aa -size 375 -- 2.30.2