diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-11-21 01:56:01 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-11-21 02:28:36 +0100 |
commit | 9e25ad99a5c057c12b3da2eb628d3b730697db05 (patch) | |
tree | f40ac10f9d3a2b683e8ccd86346fc999a3cf189c /rules/icecave/rule_icecave_001.tmx | |
parent | 0bc8034b04e852c69ffcf6e99563398e956a9672 (diff) | |
download | clientdata-9e25ad99a5c057c12b3da2eb628d3b730697db05.tar.gz clientdata-9e25ad99a5c057c12b3da2eb628d3b730697db05.tar.bz2 clientdata-9e25ad99a5c057c12b3da2eb628d3b730697db05.tar.xz clientdata-9e25ad99a5c057c12b3da2eb628d3b730697db05.zip |
rules improved
icecaves have more options now
Diffstat (limited to 'rules/icecave/rule_icecave_001.tmx')
-rw-r--r-- | rules/icecave/rule_icecave_001.tmx | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/rules/icecave/rule_icecave_001.tmx b/rules/icecave/rule_icecave_001.tmx index 52363cda..0c109b42 100644 --- a/rules/icecave/rule_icecave_001.tmx +++ b/rules/icecave/rule_icecave_001.tmx @@ -1,35 +1,53 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" width="7" height="3" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" width="9" height="9" tilewidth="32" tileheight="32"> + <properties> + <property name="DeleteTiles" value="true"/> + </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_icecave" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/set_icecave.png" width="64" height="64"/> + <image source="../../graphics/tiles/set_icecave.png" width="128" height="128"/> </tileset> - <tileset firstgid="7" name="set_rules" tilewidth="32" tileheight="32"> + <tileset firstgid="19" name="set_rules" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/set_rules.png" width="64" height="64"/> </tileset> - <tileset firstgid="11" name="icecave" tilewidth="32" tileheight="32"> + <tileset firstgid="23" name="icecave" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/icecave.png" width="512" height="256"/> </tileset> - <layer name="ruleRegions" width="7" height="3"> + <layer name="ruleRegions" width="9" height="9"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgwA/YcdD4AABTkrM4VAAAAA== + H4sIAAAAAAAAA2NgIA4IE6CJBbj0DTZzSAEAcsPyckQBAAA= </data> </layer> - <layer name="ruleSet" width="7" height="3"> + <layer name="ruleSet" width="9" height="9"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgwA+YoTQLlGYjoB4EABX4+a9UAAAA + H4sIAAAAAAAAA2NgIA4wQ2kWKM0KpdmI1A8D7FCaA02ci0RzuKE0D5o4H4nm8ENpARL1IQMAB+mbhUQBAAA= </data> </layer> - <layer name="rule_Ground" width="7" height="3" visible="0"> + <layer name="rule_Ground" width="9" height="9"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgwA/koTQ/lK4koB4EAPgHSRJUAAAA + H4sIAAAAAAAAA2NgIA5oQ2lpNLqVSP0wYASlJdDEyTVHkkrmSONVhR8AABlaPlhEAQAA </data> </layer> - <layer name="rule_collision" width="7" height="3"> + <layer name="rule_collision" width="9" height="9"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgwA+YCMhjAwBsElWnVAAAAA== + H4sIAAAAAAAAA2NgIA4wEeBTCkg1D5d6cs2hxD8ARG/fIUQBAAA= + </data> + </layer> + <layer name="rule_Fringe" width="9" height="9"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgIA8YkKmPWubhUh9AojkBaDQ5AACqeTmWRAEAAA== + </data> + </layer> + <layer name="rule_Error" width="9" height="9"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgGAWUAgAV+RUNRAEAAA== + </data> + </layer> + <layer name="rule_Over" width="9" height="9"> + <data encoding="base64" compression="gzip"> + H4sIAAAAAAAAA2NgGAWUAgAV+RUNRAEAAA== </data> </layer> </map> |