diff options
Diffstat (limited to 'rules/thermin_cave/rule001.tmx')
-rw-r--r-- | rules/thermin_cave/rule001.tmx | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/rules/thermin_cave/rule001.tmx b/rules/thermin_cave/rule001.tmx new file mode 100644 index 00000000..6df1078f --- /dev/null +++ b/rules/thermin_cave/rule001.tmx @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<map version="1.0" orientation="orthogonal" width="15" height="11" tilewidth="32" tileheight="32"> + <properties> + <property name="AutomappingRadius" value="3"/> + <property name="DeleteTiles" value="yes"/> + </properties> + <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32"> + <image source="../../graphics/tiles/collision.png" width="64" height="32"/> + </tileset> + <tileset firstgid="3" name="set_rules" tilewidth="32" tileheight="32"> + <image source="../../graphics/tiles/set_rules.png" width="64" height="64"/> + </tileset> + <tileset firstgid="7" name="set_thermin_cave" tilewidth="32" tileheight="32"> + <image source="../../graphics/tiles/set_thermin_cave.png" width="256" height="256"/> + </tileset> + <tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32"> + <image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/> + </tileset> + <layer name="ruleRegions" width="15" height="11"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgoAwwk0lTCkbtHb72AgCLNgymlAIAAA== + </data> + </layer> + <layer name="ruleSet" width="15" height="11"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgoAywo/E5oTQXlOam0HxcgB9KC0BpQSgtBKWFaWSvOI3MHQUIAACXQma5lAIAAA== + </data> + </layer> + <layer name="rule_Ground" width="15" height="11"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA + </data> + </layer> + <layer name="rule_Fringe" width="15" height="11"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA + </data> + </layer> + <layer name="rule_Over" width="15" height="11"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA + </data> + </layer> + <layer name="rule_Collision" width="15" height="11"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgoC5gIsCntj24zKe1vaOAdgAAxU9zT5QCAAA= + </data> + </layer> + <layer name="rule_Error" width="15" height="11"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA + </data> + </layer> +</map> |