diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 15:09:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 15:09:06 -0300 |
commit | 38266a17c297f00e55129e96b7fce92c06455731 (patch) | |
tree | a8efcbd6904922d08706eaeb81d1619939123bfb /graphics/tilesets | |
parent | 2e2d8e4c6d229c8894b7984329ce3c335172e6e6 (diff) | |
download | clientdata-38266a17c297f00e55129e96b7fce92c06455731.tar.gz clientdata-38266a17c297f00e55129e96b7fce92c06455731.tar.bz2 clientdata-38266a17c297f00e55129e96b7fce92c06455731.tar.xz clientdata-38266a17c297f00e55129e96b7fce92c06455731.zip |
Tulimshar Sewers (currently, only some small fry to kill, but a quest is planned)
Diffstat (limited to 'graphics/tilesets')
-rw-r--r-- | graphics/tilesets/cave2_bilevel_water_lava.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/cave2_sewer_mine_x3.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/cave2_sewer_mine_x4.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/cave2_sewers.tsx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tilesets/cave2_bilevel_water_lava.tsx b/graphics/tilesets/cave2_bilevel_water_lava.tsx index 3dd333d3..4b405ef7 100644 --- a/graphics/tilesets/cave2_bilevel_water_lava.tsx +++ b/graphics/tilesets/cave2_bilevel_water_lava.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="cave2_bilevel_water_lava" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/cave2_bilevel_water_lava.png" width="512" height="512"/> + <image source="cave2_bilevel_water_lava.png" width="512" height="512"/> </tileset> diff --git a/graphics/tilesets/cave2_sewer_mine_x3.tsx b/graphics/tilesets/cave2_sewer_mine_x3.tsx index 4b2e69e2..35e09ac6 100644 --- a/graphics/tilesets/cave2_sewer_mine_x3.tsx +++ b/graphics/tilesets/cave2_sewer_mine_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="cave2_sewer_mine_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/cave2_sewer_mine_x3.png" width="256" height="96"/> + <image source="cave2_sewer_mine_x3.png" width="256" height="96"/> </tileset> diff --git a/graphics/tilesets/cave2_sewer_mine_x4.tsx b/graphics/tilesets/cave2_sewer_mine_x4.tsx index 97dda7fb..c584bd8c 100644 --- a/graphics/tilesets/cave2_sewer_mine_x4.tsx +++ b/graphics/tilesets/cave2_sewer_mine_x4.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="cave2_sewer_mine_x4" tilewidth="32" tileheight="128"> - <image source="../graphics/tiles/cave2_sewer_mine_x4.png" width="512" height="128"/> + <image source="cave2_sewer_mine_x4.png" width="512" height="128"/> </tileset> diff --git a/graphics/tilesets/cave2_sewers.tsx b/graphics/tilesets/cave2_sewers.tsx index 96d164a2..b41241e0 100644 --- a/graphics/tilesets/cave2_sewers.tsx +++ b/graphics/tilesets/cave2_sewers.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="cave2_sewers" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/cave2_sewers.png" width="512" height="288"/> + <image source="cave2_sewers.png" width="512" height="288"/> </tileset> |