diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-19 20:19:22 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-19 20:19:22 +0100 |
commit | 346fec054a3bc29aff2d1a0802f89a7e6dcb9e0f (patch) | |
tree | 5bada28e8d441eba91bbf4357425418350bb0104 /graphics/tilesets | |
parent | ae5da0d21d0e937401dfff8a7931087cab6b6db6 (diff) | |
download | clientdata-346fec054a3bc29aff2d1a0802f89a7e6dcb9e0f.tar.gz clientdata-346fec054a3bc29aff2d1a0802f89a7e6dcb9e0f.tar.bz2 clientdata-346fec054a3bc29aff2d1a0802f89a7e6dcb9e0f.tar.xz clientdata-346fec054a3bc29aff2d1a0802f89a7e6dcb9e0f.zip |
add 005-7 map training house
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/woodland_indoor.tsx | 4 | ||||
-rw-r--r-- | graphics/tilesets/woodland_indoor_x3.tsx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tilesets/woodland_indoor.tsx b/graphics/tilesets/woodland_indoor.tsx index 6143403e..afc758ab 100644 --- a/graphics/tilesets/woodland_indoor.tsx +++ b/graphics/tilesets/woodland_indoor.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="woodland_indoor" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/woodland_indoor.png" width="512" height="512"/> +<tileset name="woodland_indoor" tilewidth="32" tileheight="32" tilecount="256" columns="16"> + <image source="woodland_indoor.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/woodland_indoor_x3.tsx b/graphics/tilesets/woodland_indoor_x3.tsx index b7594042..b3ef2a2e 100644 --- a/graphics/tilesets/woodland_indoor_x3.tsx +++ b/graphics/tilesets/woodland_indoor_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="woodland_indoor_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="288"/> +<tileset name="woodland_indoor_x3" tilewidth="32" tileheight="96" tilecount="48" columns="16"> + <image source="woodland_indoor_x3.png" width="512" height="288"/> </tileset> |