summaryrefslogtreecommitdiff
path: root/tilesets
diff options
context:
space:
mode:
Diffstat (limited to 'tilesets')
-rw-r--r--tilesets/woodland_indoor_3x3.tsx4
-rw-r--r--tilesets/woodland_indoor_4x3.tsx4
-rw-r--r--tilesets/woodland_indoor_x2.tsx2
-rw-r--r--tilesets/woodland_indoor_x3.tsx2
4 files changed, 10 insertions, 2 deletions
diff --git a/tilesets/woodland_indoor_3x3.tsx b/tilesets/woodland_indoor_3x3.tsx
new file mode 100644
index 00000000..32542609
--- /dev/null
+++ b/tilesets/woodland_indoor_3x3.tsx
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset name="woodland_indoor_3x3" tilewidth="96" tileheight="96">
+ <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="192"/>
+</tileset>
diff --git a/tilesets/woodland_indoor_4x3.tsx b/tilesets/woodland_indoor_4x3.tsx
new file mode 100644
index 00000000..b90a6e4c
--- /dev/null
+++ b/tilesets/woodland_indoor_4x3.tsx
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset name="woodland_indoor_4x3" tilewidth="128" tileheight="96">
+ <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="192"/>
+</tileset>
diff --git a/tilesets/woodland_indoor_x2.tsx b/tilesets/woodland_indoor_x2.tsx
index 8d71d306..dc196b5e 100644
--- a/tilesets/woodland_indoor_x2.tsx
+++ b/tilesets/woodland_indoor_x2.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="woodland_indoor_x2" tilewidth="32" tileheight="64">
- <image source="../graphics/tiles/woodland_indoor_x2.png" width="512" height="64"/>
+ <image source="../graphics/tiles/woodland_indoor_x2.png" width="512" height="192"/>
</tileset>
diff --git a/tilesets/woodland_indoor_x3.tsx b/tilesets/woodland_indoor_x3.tsx
index d4bcc317..9f34fe9f 100644
--- a/tilesets/woodland_indoor_x3.tsx
+++ b/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="96"/>
+ <image source="../graphics/tiles/woodland_indoor_x3.png" width="512" height="192"/>
</tileset>