summaryrefslogtreecommitdiff
path: root/graphics/tilesets
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-01-28 16:43:13 +0100
committerSaulc <lucashelaine14@gmail.com>2018-01-28 16:43:13 +0100
commit5a34a8dbca3a4b9378b9145ea1532548ad56cf8f (patch)
treebf524a588d680b94e1b811ac897075838d922239 /graphics/tilesets
parent7bcde6f7332b73ebd424cb8209800ef907067093 (diff)
downloadclientdata-5a34a8dbca3a4b9378b9145ea1532548ad56cf8f.tar.gz
clientdata-5a34a8dbca3a4b9378b9145ea1532548ad56cf8f.tar.bz2
clientdata-5a34a8dbca3a4b9378b9145ea1532548ad56cf8f.tar.xz
clientdata-5a34a8dbca3a4b9378b9145ea1532548ad56cf8f.zip
add new house indoor in tulimshar
Diffstat (limited to 'graphics/tilesets')
-rw-r--r--graphics/tilesets/desert_castle_interior.tsx4
-rw-r--r--graphics/tilesets/desert_city_indoors.tsx4
-rw-r--r--graphics/tilesets/desert_city_indoors_x3.tsx4
-rw-r--r--graphics/tilesets/desert_city_x2.tsx4
-rw-r--r--graphics/tilesets/inn_x4.tsx4
5 files changed, 10 insertions, 10 deletions
diff --git a/graphics/tilesets/desert_castle_interior.tsx b/graphics/tilesets/desert_castle_interior.tsx
index b6aa28a5..e83d7e24 100644
--- a/graphics/tilesets/desert_castle_interior.tsx
+++ b/graphics/tilesets/desert_castle_interior.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="desert_castle_interior" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/desert_castle_interior.png" width="512" height="512"/>
+<tileset name="desert_castle_interior" tilewidth="32" tileheight="32" tilecount="256" columns="16">
+ <image source="desert_castle_interior.png" width="512" height="512"/>
</tileset>
diff --git a/graphics/tilesets/desert_city_indoors.tsx b/graphics/tilesets/desert_city_indoors.tsx
index 0d3fb8b8..f2484d3b 100644
--- a/graphics/tilesets/desert_city_indoors.tsx
+++ b/graphics/tilesets/desert_city_indoors.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="desert_city_indoors" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/desert_city_indoors.png" width="480" height="320"/>
+<tileset name="desert_city_indoors" tilewidth="32" tileheight="32" tilecount="150" columns="15">
+ <image source="desert_city_indoors.png" width="480" height="320"/>
</tileset>
diff --git a/graphics/tilesets/desert_city_indoors_x3.tsx b/graphics/tilesets/desert_city_indoors_x3.tsx
index 3ee75048..2b40316d 100644
--- a/graphics/tilesets/desert_city_indoors_x3.tsx
+++ b/graphics/tilesets/desert_city_indoors_x3.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="desert_city_indoors_x3" tilewidth="32" tileheight="96">
- <image source="../graphics/tiles/desert_city_indoors_x3.png" width="480" height="320"/>
+<tileset name="desert_city_indoors_x3" tilewidth="32" tileheight="96" tilecount="45" columns="15">
+ <image source="desert_city_indoors_x3.png" width="480" height="288"/>
</tileset>
diff --git a/graphics/tilesets/desert_city_x2.tsx b/graphics/tilesets/desert_city_x2.tsx
index 0d1c5365..13d07fd6 100644
--- a/graphics/tilesets/desert_city_x2.tsx
+++ b/graphics/tilesets/desert_city_x2.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="desert_city_x2" tilewidth="32" tileheight="64">
- <image source="../graphics/tiles/desert_city_x2.png" width="512" height="128"/>
+<tileset name="desert_city_x2" tilewidth="32" tileheight="64" tilecount="32" columns="16">
+ <image source="desert_city_x2.png" width="512" height="128"/>
</tileset>
diff --git a/graphics/tilesets/inn_x4.tsx b/graphics/tilesets/inn_x4.tsx
index 62e20c5c..4cc7ea78 100644
--- a/graphics/tilesets/inn_x4.tsx
+++ b/graphics/tilesets/inn_x4.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="inn_x4" tilewidth="32" tileheight="128">
- <image source="../graphics/tiles/inn_x4.png" width="512" height="128"/>
+<tileset name="inn_x4" tilewidth="32" tileheight="128" tilecount="16" columns="16">
+ <image source="inn_x4.png" width="512" height="128"/>
</tileset>