diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-10 11:13:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-10 11:13:26 -0300 |
commit | 8c5de74b77032ecd206ab3c2f850a2a0f530fde7 (patch) | |
tree | 55ead57305ce00f33e1a6de021962b72bb890074 /graphics/tilesets | |
parent | f9d27cc04c66d7893468b9d851d590a9516a98c7 (diff) | |
download | clientdata-8c5de74b77032ecd206ab3c2f850a2a0f530fde7.tar.gz clientdata-8c5de74b77032ecd206ab3c2f850a2a0f530fde7.tar.bz2 clientdata-8c5de74b77032ecd206ab3c2f850a2a0f530fde7.tar.xz clientdata-8c5de74b77032ecd206ab3c2f850a2a0f530fde7.zip |
Fix some tilesets
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/snow_docks.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/snow_ground.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/snow_village_x3.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/snow_village_x4.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/snow_x2.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/snow_x3.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/snow_x4.tsx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/graphics/tilesets/snow_docks.tsx b/graphics/tilesets/snow_docks.tsx index 40cb822e..ff5bd652 100644 --- a/graphics/tilesets/snow_docks.tsx +++ b/graphics/tilesets/snow_docks.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_docks" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/snow_docks.png" width="512" height="320"/> + <image source="snow_docks.png" width="512" height="320"/> </tileset> diff --git a/graphics/tilesets/snow_ground.tsx b/graphics/tilesets/snow_ground.tsx index de665ddb..973dc132 100644 --- a/graphics/tilesets/snow_ground.tsx +++ b/graphics/tilesets/snow_ground.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_ground" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/snow_ground.png" width="352" height="224"/> + <image source="snow_ground.png" width="352" height="224"/> </tileset> diff --git a/graphics/tilesets/snow_village_x3.tsx b/graphics/tilesets/snow_village_x3.tsx index 1737f2da..4ba84712 100644 --- a/graphics/tilesets/snow_village_x3.tsx +++ b/graphics/tilesets/snow_village_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_village_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/snow_village_x3.png" width="320" height="96"/> + <image source="snow_village_x3.png" width="320" height="96"/> </tileset> diff --git a/graphics/tilesets/snow_village_x4.tsx b/graphics/tilesets/snow_village_x4.tsx index c326d56d..7708a685 100644 --- a/graphics/tilesets/snow_village_x4.tsx +++ b/graphics/tilesets/snow_village_x4.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_village_x4" tilewidth="32" tileheight="128"> - <image source="../graphics/tiles/snow_village_x4.png" width="320" height="128"/> + <image source="snow_village_x4.png" width="320" height="128"/> </tileset> diff --git a/graphics/tilesets/snow_x2.tsx b/graphics/tilesets/snow_x2.tsx index 8a19f4ee..0a300c27 100644 --- a/graphics/tilesets/snow_x2.tsx +++ b/graphics/tilesets/snow_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/snow_x2.png" width="512" height="64"/> + <image source="snow_x2.png" width="512" height="64"/> </tileset> diff --git a/graphics/tilesets/snow_x3.tsx b/graphics/tilesets/snow_x3.tsx index df57224a..72fadc2c 100644 --- a/graphics/tilesets/snow_x3.tsx +++ b/graphics/tilesets/snow_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/snow_x3.png" width="128" height="96"/> + <image source="snow_x3.png" width="128" height="96"/> </tileset> diff --git a/graphics/tilesets/snow_x4.tsx b/graphics/tilesets/snow_x4.tsx index 76968bcc..56694b0d 100644 --- a/graphics/tilesets/snow_x4.tsx +++ b/graphics/tilesets/snow_x4.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="snow_x4" tilewidth="32" tileheight="128"> - <image source="../graphics/tiles/snow_x4.png" width="128" height="128"/> + <image source="snow_x4.png" width="128" height="128"/> </tileset> |