summaryrefslogtreecommitdiff
path: root/tilesets
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-04-08 02:18:02 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-04-08 02:18:02 +0000
commitc18664a43c474bd9a623f1513180fb132abd9cd4 (patch)
treeab8efc9c73149306da14d04687804f94b05e6948 /tilesets
parent53f03e240acc174fce201e95f7a59dcf153fd210 (diff)
parenta71e0c767bfdb96c2ca7ba18b844ad61e9bb9da4 (diff)
downloadclientdata-c18664a43c474bd9a623f1513180fb132abd9cd4.tar.gz
clientdata-c18664a43c474bd9a623f1513180fb132abd9cd4.tar.bz2
clientdata-c18664a43c474bd9a623f1513180fb132abd9cd4.tar.xz
clientdata-c18664a43c474bd9a623f1513180fb132abd9cd4.zip
Merge branch 'map_fixes' into 'master'
map fixes See merge request legacy/clientdata!512
Diffstat (limited to 'tilesets')
-rw-r--r--tilesets/woodland_village_x2_to_1x.tsx4
-rw-r--r--tilesets/woodland_x3_to_1x.tsx4
2 files changed, 8 insertions, 0 deletions
diff --git a/tilesets/woodland_village_x2_to_1x.tsx b/tilesets/woodland_village_x2_to_1x.tsx
new file mode 100644
index 00000000..bbdbbd20
--- /dev/null
+++ b/tilesets/woodland_village_x2_to_1x.tsx
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset version="1.9" tiledversion="1.9.2" name="woodland_village_x2_to_x1" tilewidth="32" tileheight="32" tilecount="32" columns="16">
+ <image source="../graphics/tiles/woodland_village_x2.png" width="512" height="64"/>
+</tileset>
diff --git a/tilesets/woodland_x3_to_1x.tsx b/tilesets/woodland_x3_to_1x.tsx
new file mode 100644
index 00000000..ed798eba
--- /dev/null
+++ b/tilesets/woodland_x3_to_1x.tsx
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset version="1.9" tiledversion="1.9.2" name="woodland_x3_to_x1" tilewidth="32" tileheight="32" tilecount="96" columns="16">
+ <image source="../graphics/tiles/woodland_x3.png" width="512" height="192"/>
+</tileset>