summaryrefslogtreecommitdiff
path: root/graphics/tilesets
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-19 00:44:27 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-19 00:44:27 +0100
commitc249cc81a1e6083a18c9514f404ff8d69dd16602 (patch)
treea59d14cec6d79f4fb262a0a8207342eb6e67b59c /graphics/tilesets
parentc8f2311621b89de1636bc29eb2e8e959fb72226f (diff)
downloadclientdata-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')
-rw-r--r--graphics/tilesets/cave.tsx4
-rw-r--r--graphics/tilesets/cave2.tsx4
2 files changed, 4 insertions, 4 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>
diff --git a/graphics/tilesets/cave2.tsx b/graphics/tilesets/cave2.tsx
index fe0cc03d..2974d98a 100644
--- a/graphics/tilesets/cave2.tsx
+++ b/graphics/tilesets/cave2.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="cave2" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/cave2.png" width="512" height="512"/>
+<tileset name="cave2" tilewidth="32" tileheight="32" tilecount="128" columns="16">
+ <image source="cave2.png" width="512" height="256"/>
</tileset>