diff options
Diffstat (limited to 'graphics/tilesets/woodland_x8.tsx')
-rw-r--r-- | graphics/tilesets/woodland_x8.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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> |