diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-19 00:44:27 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-19 00:44:27 +0100 |
commit | c249cc81a1e6083a18c9514f404ff8d69dd16602 (patch) | |
tree | a59d14cec6d79f4fb262a0a8207342eb6e67b59c /graphics/tilesets/cave.tsx | |
parent | c8f2311621b89de1636bc29eb2e8e959fb72226f (diff) | |
download | clientdata-c249cc81a1e6083a18c9514f404ff8d69dd16602.tar.gz clientdata-c249cc81a1e6083a18c9514f404ff8d69dd16602.tar.bz2 clientdata-c249cc81a1e6083a18c9514f404ff8d69dd16602.tar.xz clientdata-c249cc81a1e6083a18c9514f404ff8d69dd16602.zip |
add 003-1-3 magic school cave
Diffstat (limited to 'graphics/tilesets/cave.tsx')
-rw-r--r-- | graphics/tilesets/cave.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/cave.tsx b/graphics/tilesets/cave.tsx index 93868277..c4d89232 100644 --- a/graphics/tilesets/cave.tsx +++ b/graphics/tilesets/cave.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<tileset name="cave" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/cave.png" width="512" height="256"/> +<tileset name="cave" tilewidth="32" tileheight="32" tilecount="128" columns="16"> + <image source="cave.png" width="512" height="256"/> </tileset> |