diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-20 18:04:57 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-20 18:04:57 +0100 |
commit | d89b1bcbb4158104b49bb39ddd39b01ebd2989ff (patch) | |
tree | 83f4c9fc340b703511057a015c14180df5ae59ee /graphics/tilesets/woodland_village_x2.tsx | |
parent | 18d55e91b85dd1536ab62acc3274006cd92d7533 (diff) | |
download | clientdata-d89b1bcbb4158104b49bb39ddd39b01ebd2989ff.tar.gz clientdata-d89b1bcbb4158104b49bb39ddd39b01ebd2989ff.tar.bz2 clientdata-d89b1bcbb4158104b49bb39ddd39b01ebd2989ff.tar.xz clientdata-d89b1bcbb4158104b49bb39ddd39b01ebd2989ff.zip |
fix maps + add candor + add items
Diffstat (limited to 'graphics/tilesets/woodland_village_x2.tsx')
-rw-r--r-- | graphics/tilesets/woodland_village_x2.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/woodland_village_x2.tsx b/graphics/tilesets/woodland_village_x2.tsx index 4c30e9ad..8721e1e5 100644 --- a/graphics/tilesets/woodland_village_x2.tsx +++ b/graphics/tilesets/woodland_village_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="woodland_village_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/woodland_village_x2.png" width="512" height="64"/> +<tileset name="woodland_village_x2" tilewidth="32" tileheight="64" tilecount="16" columns="16"> + <image source="woodland_village_x2.png" width="512" height="64"/> </tileset> |