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/desert_castle_x3.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/desert_castle_x3.tsx')
-rw-r--r-- | graphics/tilesets/desert_castle_x3.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tilesets/desert_castle_x3.tsx b/graphics/tilesets/desert_castle_x3.tsx index 8fc977aa..f35b5d5b 100644 --- a/graphics/tilesets/desert_castle_x3.tsx +++ b/graphics/tilesets/desert_castle_x3.tsx @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <tileset name="desert_castle_x3" tilewidth="32" tileheight="96"> - <image source="../graphics/tiles/desert_castle_x3.png" width="256" height="96"/> + <image source="desert_castle_x3.png" width="256" height="96"/> </tileset> |