maps: Added templates for near wall
authorLukas Krickl <lukas@krickl.dev>
Thu, 1 Jan 2026 11:45:32 +0000 (12:45 +0100)
committerLukas Krickl <lukas@krickl.dev>
Thu, 1 Jan 2026 11:45:32 +0000 (12:45 +0100)
maps/near_center_wall_left.tmx [new file with mode: 0644]
maps/near_center_wall_middle.tmx [new file with mode: 0644]
maps/near_center_wall_right.tmx [new file with mode: 0644]

diff --git a/maps/near_center_wall_left.tmx b/maps/near_center_wall_left.tmx
new file mode 100644 (file)
index 0000000..aca3a84
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="4" height="5" tilewidth="8" tileheight="8" infinite="0" nextlayerid="2" nextobjectid="1">
+ <tileset firstgid="1" source="bg.tsx"/>
+ <layer id="1" name="bg" width="4" height="5">
+  <data encoding="csv">
+22,34,34,34,
+17,19,19,19,
+17,19,19,19,
+17,19,19,19,
+38,35,35,35
+</data>
+ </layer>
+</map>
diff --git a/maps/near_center_wall_middle.tmx b/maps/near_center_wall_middle.tmx
new file mode 100644 (file)
index 0000000..afd6c7d
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="4" height="5" tilewidth="8" tileheight="8" infinite="0" nextlayerid="2" nextobjectid="1">
+ <tileset firstgid="1" source="bg.tsx"/>
+ <layer id="1" name="bg" width="4" height="5">
+  <data encoding="csv">
+34,34,34,34,
+19,19,19,19,
+19,19,19,19,
+19,19,19,19,
+35,35,35,35
+</data>
+ </layer>
+</map>
diff --git a/maps/near_center_wall_right.tmx b/maps/near_center_wall_right.tmx
new file mode 100644 (file)
index 0000000..8223e7d
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="4" height="5" tilewidth="8" tileheight="8" infinite="0" nextlayerid="2" nextobjectid="1">
+ <tileset firstgid="1" source="bg.tsx"/>
+ <layer id="1" name="bg" width="4" height="5">
+  <data encoding="csv">
+34,34,34,23,
+19,19,19,33,
+19,19,19,33,
+19,19,19,33,
+35,35,35,39
+</data>
+ </layer>
+</map>