From 44aab187279b9afd06a7c339ee4c5234c3474574 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 16 Dec 2025 22:45:53 +0100 Subject: [PATCH] map: Added templates for rendering doors --- maps/far_center_door.tmx | 11 +++++++++++ maps/far_left_door.tmx | 13 +++++++++++++ maps/far_right_door.tmx | 13 +++++++++++++ maps/near_left_door.tmx | 15 +++++++++++++++ maps/near_right_door.tmx | 15 +++++++++++++++ tiles/bank8000.png | 4 ++-- tiles/bank9000.png | 4 ++-- 7 files changed, 71 insertions(+), 4 deletions(-) create mode 100644 maps/far_center_door.tmx create mode 100644 maps/far_left_door.tmx create mode 100644 maps/far_right_door.tmx create mode 100644 maps/near_left_door.tmx create mode 100644 maps/near_right_door.tmx diff --git a/maps/far_center_door.tmx b/maps/far_center_door.tmx new file mode 100644 index 0000000..4eed81f --- /dev/null +++ b/maps/far_center_door.tmx @@ -0,0 +1,11 @@ + + + + + +25,43,43,26, +12,24,24,13, +41,27,27,42 + + + diff --git a/maps/far_left_door.tmx b/maps/far_left_door.tmx new file mode 100644 index 0000000..c3cfaa9 --- /dev/null +++ b/maps/far_left_door.tmx @@ -0,0 +1,13 @@ + + + + + +9,10,11,4, +24,24,24,28, +24,24,24,24, +24,24,24,44, +57,58,59,52 + + + diff --git a/maps/far_right_door.tmx b/maps/far_right_door.tmx new file mode 100644 index 0000000..547bae9 --- /dev/null +++ b/maps/far_right_door.tmx @@ -0,0 +1,13 @@ + + + + + +5,14,15,16, +29,24,24,24, +24,24,24,24, +45,24,24,24, +53,62,63,64 + + + diff --git a/maps/near_left_door.tmx b/maps/near_left_door.tmx new file mode 100644 index 0000000..aecb334 --- /dev/null +++ b/maps/near_left_door.tmx @@ -0,0 +1,15 @@ + + + + + +9,10,11,4, +24,24,24,28, +24,24,24,24, +24,24,24,24, +24,24,24,24, +24,24,24,44, +57,58,59,52 + + + diff --git a/maps/near_right_door.tmx b/maps/near_right_door.tmx new file mode 100644 index 0000000..f258ecf --- /dev/null +++ b/maps/near_right_door.tmx @@ -0,0 +1,15 @@ + + + + + +5,14,15,16, +29,24,24,24, +24,24,24,24, +24,24,24,24, +24,24,24,24, +45,24,24,24, +53,62,63,64 + + + diff --git a/tiles/bank8000.png b/tiles/bank8000.png index 6caaabf..d90a331 100644 --- a/tiles/bank8000.png +++ b/tiles/bank8000.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73e73a3875bde78cc1b930c2c9589afe2ebb77a8380a0935771b35652ca5132c -size 738 +oid sha256:3a014c6238c3cc64c69049064d576a6c7bea636e9bad9be04bcf332467cf11b6 +size 850 diff --git a/tiles/bank9000.png b/tiles/bank9000.png index 6caaabf..d90a331 100644 --- a/tiles/bank9000.png +++ b/tiles/bank9000.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73e73a3875bde78cc1b930c2c9589afe2ebb77a8380a0935771b35652ca5132c -size 738 +oid sha256:3a014c6238c3cc64c69049064d576a6c7bea636e9bad9be04bcf332467cf11b6 +size 850 -- 2.30.2