diff options
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> |