diff options
Diffstat (limited to 'rules/example_icecave.tmx')
-rw-r--r-- | rules/example_icecave.tmx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/rules/example_icecave.tmx b/rules/example_icecave.tmx new file mode 100644 index 00000000..2c9cccbd --- /dev/null +++ b/rules/example_icecave.tmx @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<map version="1.0" orientation="orthogonal" width="32" height="32" tilewidth="32" tileheight="32"> + <tileset firstgid="1" name="set_icecave" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/set_icecave.png" width="128" height="128"/> + </tileset> + <tileset firstgid="17" name="collision" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/collision.png" width="64" height="32"/> + </tileset> + <tileset firstgid="19" name="icecave" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/icecave.png" width="512" height="256"/> + </tileset> + <tileset firstgid="147" name="set_rules" tilewidth="32" tileheight="32"> + <image source="../graphics/tiles/set_rules.png" width="64" height="64"/> + </tileset> + <layer name="set" width="32" height="32" opacity="0.73"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA+2V6wrDIAyF7dbJVnZ7/6ctAwsiuZxonDL242BrId+JiekSQlj+mlKvAcyToNH83j5KzpbW+CUfSO69z4FjrUnHe8z2evJXQtQ3La7lLtXwObXUzMJB+RYPSC0s/GjkI7X46Jw9Px3z5+4Dkved8eBxH1tqgHIvhDQfV4XtzdfOouw7dFYcvEdabwV/C7IHbYbW5M7ln/uh4r+zZ8u8pvhSTyL5Wea1JC7GLHwuvgdfilH2Ibdfy2/5D/0Cv7aGnnykz3trFv4oD6P5ntoBCHoIjwAQAAA= + </data> + </layer> +</map> |