diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-19 17:15:57 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-19 17:15:57 +0100 |
commit | 49fde7df635bca1c028f5157d4bf4a2881080ebd (patch) | |
tree | ef93dfa307cb8ca7a183124da05f2bdb4d308060 /rules/cave/rule_cave_002.tmx | |
parent | ab1ce080444c7f0d3147bf2abf22f6d2ecfb864a (diff) | |
download | clientdata-49fde7df635bca1c028f5157d4bf4a2881080ebd.tar.gz clientdata-49fde7df635bca1c028f5157d4bf4a2881080ebd.tar.bz2 clientdata-49fde7df635bca1c028f5157d4bf4a2881080ebd.tar.xz clientdata-49fde7df635bca1c028f5157d4bf4a2881080ebd.zip |
improving the rules for cave maps
Diffstat (limited to 'rules/cave/rule_cave_002.tmx')
-rw-r--r-- | rules/cave/rule_cave_002.tmx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/rules/cave/rule_cave_002.tmx b/rules/cave/rule_cave_002.tmx index f0eafcc0..eb2d7fb8 100644 --- a/rules/cave/rule_cave_002.tmx +++ b/rules/cave/rule_cave_002.tmx @@ -1,4 +1,5 @@ <?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="8" height="6" tilewidth="32" tileheight="32"> <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/collision.png" width="64" height="32"/> @@ -7,9 +8,9 @@ <image source="../../graphics/tiles/set_cave.png" width="256" height="256"/> </tileset> <tileset firstgid="67" 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="68" name="cave" tilewidth="32" tileheight="32"> + <tileset firstgid="71" name="cave" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/cave.png" width="512" height="256"/> </tileset> <layer name="ruleRegions" width="8" height="6"> @@ -29,15 +30,15 @@ </layer> <layer name="rule_Ground" width="8" height="6" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgIAwyCMhXYBELR2J3EGEHMogkQS0AWGap4MAAAAA= + H4sIAAAAAAAAA2NgIAyyCchXYxGLQmJ3E2EHMoghQS0Ao0NRssAAAAA= </data> </layer> <layer name="rule_Over" width="8" height="6" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoB+IpoGZADCMP5TAAAAA + H4sIAAAAAAAAA2NgoB+Io4GZAIKpQ33AAAAA </data> </layer> - <layer name="rule_collision" width="8" height="6" visible="0"> + <layer name="rule_Collision" width="8" height="6" visible="0"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgIAyYyJBnIiCPzxxi1YMAADYuyefAAAAA </data> |