diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-30 17:08:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-30 17:08:13 -0300 |
commit | 64d51f8122433e29db92bb08a4baa1a8beaac580 (patch) | |
tree | 0f303895c69f77e1746cbff081b0fa56aae246bc | |
parent | 4dcc2dccec4da7594954c924b48524dbb8dcce1d (diff) | |
download | clientdata-64d51f8122433e29db92bb08a4baa1a8beaac580.tar.gz clientdata-64d51f8122433e29db92bb08a4baa1a8beaac580.tar.bz2 clientdata-64d51f8122433e29db92bb08a4baa1a8beaac580.tar.xz clientdata-64d51f8122433e29db92bb08a4baa1a8beaac580.zip |
Minor typo
-rw-r--r-- | maps/001-5.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/001-5.tmx b/maps/001-5.tmx index 726ce677..ca1a1017 100644 --- a/maps/001-5.tmx +++ b/maps/001-5.tmx @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextobjectid="12"> <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> - <image source="../../art/graphics/tilesets/collision.png" width="96" height="96"/> + <image source="../graphics/tilesets/collision.png" width="96" height="96"/> </tileset> <tileset firstgid="10" name="cave" tilewidth="32" tileheight="32" tilecount="128" columns="16"> - <image source="../../art/graphics/tilesets/cave.png" width="512" height="256"/> + <image source="../graphics/tilesets/cave.png" width="512" height="256"/> </tileset> <tileset firstgid="138" name="cave_x2" tilewidth="32" tileheight="64" tilecount="16" columns="16"> - <image source="../../art/graphics/tilesets/cave_x2.png" width="512" height="64"/> + <image source="../graphics/tilesets/cave_x2.png" width="512" height="64"/> </tileset> <layer name="Ground" width="100" height="100"> <properties> |