diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-21 00:48:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-21 00:48:05 -0300 |
commit | 0be242a5f5340c72b84ffc3f9f49e2e935e4cd44 (patch) | |
tree | 3924030d90379676d3f49f578f0af069c1ee0967 | |
parent | c551597d4966db768c4f7620124f123a7b619ef1 (diff) | |
download | clientdata-0be242a5f5340c72b84ffc3f9f49e2e935e4cd44.tar.gz clientdata-0be242a5f5340c72b84ffc3f9f49e2e935e4cd44.tar.bz2 clientdata-0be242a5f5340c72b84ffc3f9f49e2e935e4cd44.tar.xz clientdata-0be242a5f5340c72b84ffc3f9f49e2e935e4cd44.zip |
Fix the bug :roll_eyes:
-rw-r--r-- | maps/010-2-13.tmx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/010-2-13.tmx b/maps/010-2-13.tmx index f5e4583a..96278861 100644 --- a/maps/010-2-13.tmx +++ b/maps/010-2-13.tmx @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="74" height="58" tilewidth="32" tileheight="32" infinite="0" nextlayerid="23" nextobjectid="22"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="74" height="58" tilewidth="32" tileheight="32" infinite="0" nextlayerid="23" nextobjectid="22"> <properties> <property name="minimap" value="graphics/minimaps/017-4.png"/> <property name="music" value="cavesong.ogg"/> <property name="name" value="Hideout"/> </properties> - <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> + <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32" tilecount="9" columns="3"> <image source="../graphics/tilesets/collision.png" width="96" height="96"/> </tileset> <tileset firstgid="10" name="cave" tilewidth="32" tileheight="32" tilecount="128" columns="16"> @@ -13,6 +13,7 @@ </tileset> <tileset firstgid="138" name="cave_x2" tilewidth="32" tileheight="64" tilecount="16" columns="16"> <image source="../graphics/tilesets/cave_x2.png" width="512" height="64"/> + </tileset> <layer id="18" name="Ground1" width="74" height="58"> <data encoding="csv"> 30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30, |