diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-28 16:43:13 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-28 16:43:13 +0100 |
commit | 5a34a8dbca3a4b9378b9145ea1532548ad56cf8f (patch) | |
tree | bf524a588d680b94e1b811ac897075838d922239 /graphics/tilesets/desert_city_x2.tsx | |
parent | 7bcde6f7332b73ebd424cb8209800ef907067093 (diff) | |
download | clientdata-5a34a8dbca3a4b9378b9145ea1532548ad56cf8f.tar.gz clientdata-5a34a8dbca3a4b9378b9145ea1532548ad56cf8f.tar.bz2 clientdata-5a34a8dbca3a4b9378b9145ea1532548ad56cf8f.tar.xz clientdata-5a34a8dbca3a4b9378b9145ea1532548ad56cf8f.zip |
add new house indoor in tulimshar
Diffstat (limited to 'graphics/tilesets/desert_city_x2.tsx')
-rw-r--r-- | graphics/tilesets/desert_city_x2.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/desert_city_x2.tsx b/graphics/tilesets/desert_city_x2.tsx index 0d1c5365..13d07fd6 100644 --- a/graphics/tilesets/desert_city_x2.tsx +++ b/graphics/tilesets/desert_city_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="desert_city_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/desert_city_x2.png" width="512" height="128"/> +<tileset name="desert_city_x2" tilewidth="32" tileheight="64" tilecount="32" columns="16"> + <image source="desert_city_x2.png" width="512" height="128"/> </tileset> |