diff options
author | mekolat <mekolat@gmail.com> | 2014-06-26 22:57:05 -0400 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-06-30 22:27:41 -0500 |
commit | d874826b24d6c723db3c446d2fb8274931d0b5e1 (patch) | |
tree | 296311a81a97a9dc7010d753be234e579af202eb /tilesets | |
parent | 25871c60f5e895f327458a05453d09f3d58a0db2 (diff) | |
download | clientdata-d874826b24d6c723db3c446d2fb8274931d0b5e1.tar.gz clientdata-d874826b24d6c723db3c446d2fb8274931d0b5e1.tar.bz2 clientdata-d874826b24d6c723db3c446d2fb8274931d0b5e1.tar.xz clientdata-d874826b24d6c723db3c446d2fb8274931d0b5e1.zip |
Fix map layers in Hurnscald
Added Tileset woodland_village_x3.png
Fixed Tileset woodland_village.png
Fixed Tileset woodland_x3.png
closes #120
Diffstat (limited to 'tilesets')
-rw-r--r-- | tilesets/woodland_village_x3.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tilesets/woodland_village_x3.tsx b/tilesets/woodland_village_x3.tsx new file mode 100644 index 00000000..a4a1ae64 --- /dev/null +++ b/tilesets/woodland_village_x3.tsx @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tileset name="woodland_village_x3" tilewidth="32" tileheight="96"> + <image source="../graphics/tiles/woodland_village_x3.png" width="704" height="192"/> +</tileset>
\ No newline at end of file |