summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-07 20:03:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-07 20:03:24 -0300
commita554ff3a8f13b3a96074a70183d6f6bb745a38f3 (patch)
tree260ec28ec90862f95ec8492118dbf77d0183d773
parentcd03ff64273029c930e4f250bb070156040f14d3 (diff)
downloadclientdata-a554ff3a8f13b3a96074a70183d6f6bb745a38f3.tar.gz
clientdata-a554ff3a8f13b3a96074a70183d6f6bb745a38f3.tar.bz2
clientdata-a554ff3a8f13b3a96074a70183d6f6bb745a38f3.tar.xz
clientdata-a554ff3a8f13b3a96074a70183d6f6bb745a38f3.zip
Fix some TSX files
-rw-r--r--graphics/tilesets/cave_x2.tsx2
-rw-r--r--graphics/tilesets/desert3.tsx2
-rw-r--r--graphics/tilesets/desert_castle_2.tsx4
-rw-r--r--graphics/tilesets/desert_castle_x2.tsx2
-rw-r--r--graphics/tilesets/desert_castle_x3.tsx2
-rw-r--r--graphics/tilesets/signs.tsx4
6 files changed, 6 insertions, 10 deletions
diff --git a/graphics/tilesets/cave_x2.tsx b/graphics/tilesets/cave_x2.tsx
index f6e2eeaf..df20bf17 100644
--- a/graphics/tilesets/cave_x2.tsx
+++ b/graphics/tilesets/cave_x2.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="cave_x2" tilewidth="32" tileheight="64">
- <image source="../graphics/tiles/cave_x2.png" width="512" height="64"/>
+ <image source="cave_x2.png" width="512" height="64"/>
</tileset>
diff --git a/graphics/tilesets/desert3.tsx b/graphics/tilesets/desert3.tsx
index 8ae2e2e3..07b1f901 100644
--- a/graphics/tilesets/desert3.tsx
+++ b/graphics/tilesets/desert3.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="desert3" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/desert3.png" width="320" height="256"/>
+ <image source="desert3.png" width="320" height="256"/>
</tileset>
diff --git a/graphics/tilesets/desert_castle_2.tsx b/graphics/tilesets/desert_castle_2.tsx
deleted file mode 100644
index a160cf3d..00000000
--- a/graphics/tilesets/desert_castle_2.tsx
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="desert_castle2" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/desert_castle2.png" width="512" height="512"/>
-</tileset>
diff --git a/graphics/tilesets/desert_castle_x2.tsx b/graphics/tilesets/desert_castle_x2.tsx
index dc57413f..b2466393 100644
--- a/graphics/tilesets/desert_castle_x2.tsx
+++ b/graphics/tilesets/desert_castle_x2.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="desert_castle_x2" tilewidth="32" tileheight="64">
- <image source="../graphics/tiles/desert_castle_x2.png" width="512" height="128"/>
+ <image source="desert_castle_x2.png" width="512" height="128"/>
</tileset>
diff --git a/graphics/tilesets/desert_castle_x3.tsx b/graphics/tilesets/desert_castle_x3.tsx
index 8fc977aa..f35b5d5b 100644
--- a/graphics/tilesets/desert_castle_x3.tsx
+++ b/graphics/tilesets/desert_castle_x3.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="desert_castle_x3" tilewidth="32" tileheight="96">
- <image source="../graphics/tiles/desert_castle_x3.png" width="256" height="96"/>
+ <image source="desert_castle_x3.png" width="256" height="96"/>
</tileset>
diff --git a/graphics/tilesets/signs.tsx b/graphics/tilesets/signs.tsx
index a71b7711..9d7e04e6 100644
--- a/graphics/tilesets/signs.tsx
+++ b/graphics/tilesets/signs.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<tileset name="signs" tilewidth="32" tileheight="32">
- <image source="../graphics/sprites/npcs/signs.png" width="256" height="192"/>
+<tileset name="signs_x2" tilewidth="32" tileheight="64" tilecount="24" columns="8">
+ <image source="signs_x2.png" width="256" height="192"/>
</tileset>