diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tilesets/power_circle_x2.tsx | 2 | ||||
-rw-r--r-- | graphics/tilesets/witch_sisters_picture_x3.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tilesets/power_circle_x2.tsx b/graphics/tilesets/power_circle_x2.tsx index 5d51d8f8..2e1176dd 100644 --- a/graphics/tilesets/power_circle_x2.tsx +++ b/graphics/tilesets/power_circle_x2.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="power_circle_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/power_circle_x2.png" width="96" height="64"/> + <image source="power_circle_x2.png" width="96" height="64"/> </tileset> diff --git a/graphics/tilesets/witch_sisters_picture_x3.tsx b/graphics/tilesets/witch_sisters_picture_x3.tsx index df629028..f8b7f7f1 100644 --- a/graphics/tilesets/witch_sisters_picture_x3.tsx +++ b/graphics/tilesets/witch_sisters_picture_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="witch_sisters_picture_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/witch_sisters_picture_x3.png" width="64" height="96"/> + <image source="witch_sisters_picture_x3.png" width="64" height="96"/> </tileset> |