summaryrefslogtreecommitdiff
path: root/graphics/tilesets/cave.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tilesets/cave.tsx')
-rw-r--r--graphics/tilesets/cave.tsx4
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>