summaryrefslogtreecommitdiff
path: root/graphics/tilesets
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-07 15:28:16 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-07 15:28:46 -0300
commit27ba3e7127bba5adfdb4e7ea5c8552d5e2d97be4 (patch)
treec2b8ac11c2178be27784c2c87333eadfa2056e2e /graphics/tilesets
parent4bc89f3ca275a49fdea6453cb1b5ebe5c319c2e5 (diff)
downloadclientdata-27ba3e7127bba5adfdb4e7ea5c8552d5e2d97be4.tar.gz
clientdata-27ba3e7127bba5adfdb4e7ea5c8552d5e2d97be4.tar.bz2
clientdata-27ba3e7127bba5adfdb4e7ea5c8552d5e2d97be4.tar.xz
clientdata-27ba3e7127bba5adfdb4e7ea5c8552d5e2d97be4.zip
Fix some bad TSX files
Diffstat (limited to 'graphics/tilesets')
-rw-r--r--graphics/tilesets/forest.tsx2
-rw-r--r--graphics/tilesets/mountain.tsx2
-rw-r--r--graphics/tilesets/woodland_swamp.tsx2
-rw-r--r--graphics/tilesets/woodland_x8.tsx2
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tilesets/forest.tsx b/graphics/tilesets/forest.tsx
index 91ad66f4..f9de1b24 100644
--- a/graphics/tilesets/forest.tsx
+++ b/graphics/tilesets/forest.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="forest" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/forest.png" width="608" height="672"/>
+ <image source="forest.png" width="608" height="672"/>
</tileset>
diff --git a/graphics/tilesets/mountain.tsx b/graphics/tilesets/mountain.tsx
index e02c2305..7c405dbf 100644
--- a/graphics/tilesets/mountain.tsx
+++ b/graphics/tilesets/mountain.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="mountain" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/mountain.png" width="416" height="448"/>
+ <image source="mountain.png" width="416" height="448"/>
</tileset>
diff --git a/graphics/tilesets/woodland_swamp.tsx b/graphics/tilesets/woodland_swamp.tsx
index 3e45ca21..85743fef 100644
--- a/graphics/tilesets/woodland_swamp.tsx
+++ b/graphics/tilesets/woodland_swamp.tsx
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="woodland_swamp" tilewidth="32" tileheight="32">
- <image source="../graphics/tiles/woodland_swamp.png" width="512" height="512"/>
+ <image source="woodland_swamp.png" width="512" height="512"/>
<tile id="69">
<properties>
<property name="animation-delay0" value="32"/>
diff --git a/graphics/tilesets/woodland_x8.tsx b/graphics/tilesets/woodland_x8.tsx
index 979f49ed..31764021 100644
--- a/graphics/tilesets/woodland_x8.tsx
+++ b/graphics/tilesets/woodland_x8.tsx
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="woodland_x8" tilewidth="32" tileheight="256">
- <image source="../graphics/tiles/woodland_x8.png" width="512" height="256"/>
+ <image source="woodland_x8.png" width="512" height="256"/>
</tileset>