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 | |
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')
-rw-r--r-- | graphics/tilesets/cave_bilevel.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/woodland_x4.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/woodland_x5.tsx | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/tilesets/cave_bilevel.tsx b/graphics/tilesets/cave_bilevel.tsx index 835c4c72..0a744862 100644 --- a/graphics/tilesets/cave_bilevel.tsx +++ b/graphics/tilesets/cave_bilevel.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="cave_bilevel" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/cave_bilevel.png" width="512" height="512"/> +<tileset name="cave_bilevel" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="cave_bilevel.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/woodland_x4.tsx b/graphics/tilesets/woodland_x4.tsx index f03c5a6f..c5b2edca 100644 --- a/graphics/tilesets/woodland_x4.tsx +++ b/graphics/tilesets/woodland_x4.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="woodland_x4" tilewidth="32" tileheight="128"> - <image source="../graphics/tiles/woodland_x4.png" width="512" height="128"/> +<tileset name="woodland_x4" tilewidth="32" tileheight="128" tilecount="16" columns="16"> + <image source="woodland_x4.png" width="512" height="128"/> </tileset> 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> |