diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 20:03:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 20:03:24 -0300 |
commit | a554ff3a8f13b3a96074a70183d6f6bb745a38f3 (patch) | |
tree | 260ec28ec90862f95ec8492118dbf77d0183d773 /graphics/tilesets/desert3.tsx | |
parent | cd03ff64273029c930e4f250bb070156040f14d3 (diff) | |
download | clientdata-a554ff3a8f13b3a96074a70183d6f6bb745a38f3.tar.gz clientdata-a554ff3a8f13b3a96074a70183d6f6bb745a38f3.tar.bz2 clientdata-a554ff3a8f13b3a96074a70183d6f6bb745a38f3.tar.xz clientdata-a554ff3a8f13b3a96074a70183d6f6bb745a38f3.zip |
Fix some TSX files
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> |