summaryrefslogtreecommitdiff
path: root/graphics/tilesets
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tilesets')
-rw-r--r--graphics/tilesets/woodland_indoor.tsx4
-rw-r--r--graphics/tilesets/woodland_indoor_x3.tsx4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tilesets/woodland_indoor.tsx b/graphics/tilesets/woodland_indoor.tsx
index 6143403e..afc758ab 100644
--- a/graphics/tilesets/woodland_indoor.tsx
+++ b/graphics/tilesets/woodland_indoor.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="woodland_indoor" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/woodland_indoor.png" width="512" height="512"/>
+<tileset name="woodland_indoor" tilewidth="32" tileheight="32" tilecount="256" columns="16">
+ <image source="woodland_indoor.png" width="512" height="512"/>
</tileset>
diff --git a/graphics/tilesets/woodland_indoor_x3.tsx b/graphics/tilesets/woodland_indoor_x3.tsx
index b7594042..b3ef2a2e 100644
--- a/graphics/tilesets/woodland_indoor_x3.tsx
+++ b/graphics/tilesets/woodland_indoor_x3.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="woodland_indoor_x3" tilewidth="32" tileheight="96">
- <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="288"/>
+<tileset name="woodland_indoor_x3" tilewidth="32" tileheight="96" tilecount="48" columns="16">
+ <image source="woodland_indoor_x3.png" width="512" height="288"/>
</tileset>