diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-20 00:07:55 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-20 00:07:55 +0100 |
commit | 3e95cbb78c6072ae904ca0f04ad27e9d0d18b832 (patch) | |
tree | 16c458d2f48f28347e1fdb400356709d4a91f20d /graphics/tilesets/desert_x2.tsx | |
parent | b36bf5e99e365579edf3104bf3ef10ba4b581757 (diff) | |
download | clientdata-3e95cbb78c6072ae904ca0f04ad27e9d0d18b832.tar.gz clientdata-3e95cbb78c6072ae904ca0f04ad27e9d0d18b832.tar.bz2 clientdata-3e95cbb78c6072ae904ca0f04ad27e9d0d18b832.tar.xz clientdata-3e95cbb78c6072ae904ca0f04ad27e9d0d18b832.zip |
add new maps
Diffstat (limited to 'graphics/tilesets/desert_x2.tsx')
-rw-r--r-- | graphics/tilesets/desert_x2.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/desert_x2.tsx b/graphics/tilesets/desert_x2.tsx index a7f95dc2..90f2b188 100644 --- a/graphics/tilesets/desert_x2.tsx +++ b/graphics/tilesets/desert_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="desert_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/desert_x2.png" width="512" height="64"/> +<tileset name="desert_x2" tilewidth="32" tileheight="64" tilecount="48" columns="16"> + <image source="desert_x2.png" width="512" height="192"/> </tileset> |