diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-08 18:56:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-08 18:56:22 -0300 |
commit | b5927d79e77b78c9bed1c9f8fb5aba44d070d82d (patch) | |
tree | 884d092a1f47c3a7805967f4f0959bf93bfc6277 /graphics/tilesets/woodland_x5.tsx | |
parent | 99fc19dc19929f3bb24ccc4bc5854745921a1b27 (diff) | |
download | clientdata-b5927d79e77b78c9bed1c9f8fb5aba44d070d82d.tar.gz clientdata-b5927d79e77b78c9bed1c9f8fb5aba44d070d82d.tar.bz2 clientdata-b5927d79e77b78c9bed1c9f8fb5aba44d070d82d.tar.xz clientdata-b5927d79e77b78c9bed1c9f8fb5aba44d070d82d.zip |
Fix stuff
Diffstat (limited to 'graphics/tilesets/woodland_x5.tsx')
-rw-r--r-- | graphics/tilesets/woodland_x5.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/woodland_x5.tsx b/graphics/tilesets/woodland_x5.tsx index 338b6f24..4f6ce327 100644 --- a/graphics/tilesets/woodland_x5.tsx +++ b/graphics/tilesets/woodland_x5.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="woodland_x5" tilewidth="32" tileheight="160"> - <image source="../graphics/tiles/woodland_x5.png" width="512" height="160"/> +<tileset name="woodland_x5" tilewidth="32" tileheight="160" tilecount="16" columns="16"> + <image source="woodland_x5.png" width="512" height="160"/> </tileset> |