diff options
Diffstat (limited to 'rules/example_cave.tmx')
-rw-r--r-- | rules/example_cave.tmx | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/example_cave.tmx b/rules/example_cave.tmx new file mode 100644 index 00000000..19c74e4d --- /dev/null +++ b/rules/example_cave.tmx @@ -0,0 +1,24 @@ +<?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"> + <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> + </layer> +</map> |