diff options
Diffstat (limited to 'rules/example_cave.tmx')
-rw-r--r-- | rules/example_cave.tmx | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/rules/example_cave.tmx b/rules/example_cave.tmx index 19c74e4d..735094b1 100644 --- a/rules/example_cave.tmx +++ b/rules/example_cave.tmx @@ -1,22 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> -<map version="1.0" orientation="orthogonal" width="64" height="32" tilewidth="32" tileheight="32"> - <tileset firstgid="1" name="set_cave" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/set_cave.png" width="256" height="256"/> - </tileset> - <tileset firstgid="65" name="cave" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/cave.png" width="512" height="256"/> - </tileset> - <tileset firstgid="193" name="collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/collision.png" width="64" height="32"/> - </tileset> - <tileset firstgid="195" name="cave_x2" tilewidth="32" tileheight="64"> - <image source="../graphics/tiles/cave_x2.png" width="512" height="64"/> - </tileset> - <tileset firstgid="211" name="set_rules" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/set_rules.png" width="64" height="64"/> - </tileset> - <layer name="set" width="64" height="32"> +<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="64" height="32" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="1"> + <tileset firstgid="1" source="../tilesets/set_cave.tsx"/> + <tileset firstgid="65" source="../tilesets/cave.tsx"/> + <tileset firstgid="193" source="../tilesets/collision.tsx"/> + <tileset firstgid="195" source="../tilesets/cave_x2.tsx"/> + <tileset firstgid="211" source="../tilesets/set_rules.tsx"/> + <layer id="1" name="set" width="64" height="32"> <data encoding="base64" compression="zlib"> eJztlU0LgzAMhjs6D2PzIGyX3dz//5EiKCujpPlo2jhzeBDF2j5vajqEEAbHcRwlXgbW0JpLgd7r6+V9lAzihpa79Rwo/lxvy/416j6dwL/kNies9+8T+n8Sf0z9j5QLtf6YDKT+rfPL+dwQ2Wj1BQv+tUjnwPpxc4xB99zXzEzqHzNwM4Celfwp2ULvUPdwzp+SAVQL6R7F+M0JkyF/aL77dsWOwfpT3TkZSPv2+t0rMecaZ0MNf0ovguZ5GPPHwunJudo/w/c/oM75D/7c/tI7A4n77o+pudU9IP3/ueu3sgd6+Vvhd/2jcLzjOI7TngW7oCR0 </data> |