map: Added map and tileset
authorLukas Krickl <lukas@krickl.dev>
Sun, 7 Dec 2025 05:26:45 +0000 (06:26 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sun, 7 Dec 2025 05:26:45 +0000 (06:26 +0100)
maps/bg.tsx [new file with mode: 0644]
maps/spawn.tmx [new file with mode: 0644]

diff --git a/maps/bg.tsx b/maps/bg.tsx
new file mode 100644 (file)
index 0000000..0675ae5
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset version="1.10" tiledversion="1.11.2" name="bg" tilewidth="8" tileheight="8" tilecount="128" columns="16">
+ <image source="../tiles/bank8000.png" width="128" height="64"/>
+</tileset>
diff --git a/maps/spawn.tmx b/maps/spawn.tmx
new file mode 100644 (file)
index 0000000..64f3337
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="20" height="14" tilewidth="8" tileheight="8" infinite="0" nextlayerid="2" nextobjectid="1">
+ <tileset firstgid="1" source="bg.tsx"/>
+ <layer id="1" name="bg" width="20" height="14">
+  <data encoding="csv">
+65,66,33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,65,66,34,
+81,82,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,81,82,50,
+33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,65,
+49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,81,
+33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,
+49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,
+33,34,33,34,33,34,33,65,66,65,66,65,66,34,33,34,33,34,33,34,
+49,50,49,50,49,50,49,81,82,81,82,81,82,50,49,50,49,50,49,50,
+33,34,33,34,33,34,33,65,66,34,33,34,33,34,33,34,33,34,33,34,
+49,50,49,50,49,50,49,81,82,50,49,50,49,50,49,50,49,50,49,50,
+33,34,33,34,33,34,33,65,66,34,33,34,33,34,33,34,33,34,33,34,
+49,50,49,50,49,50,49,81,82,50,49,50,49,50,49,50,49,50,49,50,
+33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,
+49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,65,66
+</data>
+ </layer>
+</map>