diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-04-08 02:18:02 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-04-08 02:18:02 +0000 |
commit | a71e0c767bfdb96c2ca7ba18b844ad61e9bb9da4 (patch) | |
tree | c0af59e4ad399878a54013766500671809442ae5 /tilesets | |
parent | bd24b8a8168dc6b2747fc2c2d98e50742ce375e2 (diff) | |
download | clientdata-a71e0c767bfdb96c2ca7ba18b844ad61e9bb9da4.tar.gz clientdata-a71e0c767bfdb96c2ca7ba18b844ad61e9bb9da4.tar.bz2 clientdata-a71e0c767bfdb96c2ca7ba18b844ad61e9bb9da4.tar.xz clientdata-a71e0c767bfdb96c2ca7ba18b844ad61e9bb9da4.zip |
map fixes
Diffstat (limited to 'tilesets')
-rw-r--r-- | tilesets/woodland_village_x2_to_1x.tsx | 4 | ||||
-rw-r--r-- | tilesets/woodland_x3_to_1x.tsx | 4 |
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> |