diff options
-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 726ce6779..ca1a1017d 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> |