diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-02 18:30:31 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-02 18:30:31 +0100 |
commit | ee7860017e54cf008b2f0c982356db910534aaa3 (patch) | |
tree | cbe452ca5c72fd9d9260891a7a9bb502609ca8bb /rules/icemountain/rule_icemountain_001.tmx | |
parent | 6ebda7d7fabb747900d03095537c0560194dd8e6 (diff) | |
download | clientdata-ee7860017e54cf008b2f0c982356db910534aaa3.tar.gz clientdata-ee7860017e54cf008b2f0c982356db910534aaa3.tar.bz2 clientdata-ee7860017e54cf008b2f0c982356db910534aaa3.tar.xz clientdata-ee7860017e54cf008b2f0c982356db910534aaa3.zip |
rules improved
Diffstat (limited to 'rules/icemountain/rule_icemountain_001.tmx')
-rw-r--r-- | rules/icemountain/rule_icemountain_001.tmx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/rules/icemountain/rule_icemountain_001.tmx b/rules/icemountain/rule_icemountain_001.tmx index 98e936f2..d26804a6 100644 --- a/rules/icemountain/rule_icemountain_001.tmx +++ b/rules/icemountain/rule_icemountain_001.tmx @@ -1,15 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="7" height="3" tilewidth="32" tileheight="32"> + <properties> + <property name="DeleteTiles" value="true"/> + </properties> <tileset firstgid="1" name="set_icemountain" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/set_icemountain.png" width="96" height="64"/> </tileset> <tileset firstgid="7" name="set_rules" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/set_rules.png" width="32" height="32"/> + <image source="../../graphics/tiles/set_rules.png" width="64" height="64"/> </tileset> - <tileset firstgid="8" name="Snow" tilewidth="32" tileheight="32"> + <tileset firstgid="11" name="Snow" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/Snow.png" width="512" height="512"/> </tileset> - <tileset firstgid="264" name="collision" tilewidth="32" tileheight="32"> + <tileset firstgid="267" name="collision" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/collision.png" width="64" height="32"/> </tileset> <layer name="ruleRegions" width="7" height="3"> @@ -24,7 +27,7 @@ </layer> <layer name="rule_Ground" width="7" height="3"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgwA9m4qDxAQBj2j+FVAAAAA== + H4sIAAAAAAAAA2NgwA/m4KDxAQDzhRm/VAAAAA== </data> </layer> <layer name="rule_Fringe" width="7" height="3"> @@ -39,7 +42,7 @@ </layer> <layer name="rule_Collision" width="7" height="3"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgwA84GQkowAIAAgm7L1QAAAA= + H4sIAAAAAAAAA2NgwA94GAkowAIAegM1OlQAAAA= </data> </layer> </map> |