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