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/docks_x3.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/docks_x3.tsx')
-rw-r--r-- | graphics/tilesets/docks_x3.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/docks_x3.tsx b/graphics/tilesets/docks_x3.tsx index d54a1e09..2eb18437 100644 --- a/graphics/tilesets/docks_x3.tsx +++ b/graphics/tilesets/docks_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="docks_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/docks_x3.png" width="384" height="96"/> +<tileset name="docks_x3" tilewidth="32" tileheight="96" tilecount="12" columns="12"> + <image source="docks_x3.png" width="384" height="96"/> </tileset> |