diff options
Diffstat (limited to 'graphics/tilesets/desert3.tsx')
-rw-r--r-- | graphics/tilesets/desert3.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tilesets/desert3.tsx b/graphics/tilesets/desert3.tsx index 8ae2e2e3..07b1f901 100644 --- a/graphics/tilesets/desert3.tsx +++ b/graphics/tilesets/desert3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="desert3" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/desert3.png" width="320" height="256"/> + <image source="desert3.png" width="320" height="256"/> </tileset> |