summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2011-07-07 15:00:10 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-07-07 21:27:36 +0200
commit9b459759770c5fa6d5fee0fff1ed42517cf56973 (patch)
tree3f0bad70493a080dfb22662295bcee57a8ca3d83
parentbb82169142a253c95f6ed719cf1902e86a668556 (diff)
downloadclientdata-9b459759770c5fa6d5fee0fff1ed42517cf56973.tar.gz
clientdata-9b459759770c5fa6d5fee0fff1ed42517cf56973.tar.bz2
clientdata-9b459759770c5fa6d5fee0fff1ed42517cf56973.tar.xz
clientdata-9b459759770c5fa6d5fee0fff1ed42517cf56973.zip
Automapper: fixing caves vertical walls
This fixes the rules needed to be applied at corners, which have one direction with over layer. (Also all cave rules have been opened, visibility of all layers was activated, and saved again. Not really needed, just make all rules look smart. Also the maps are saved now with the latest map format.)
-rw-r--r--rules/cave/rule_cave_002.tmx6
-rw-r--r--rules/cave/rule_cave_003.tmx12
-rw-r--r--rules/cave/rule_cave_004.tmx2
-rw-r--r--rules/cave/rule_cave_005.tmx2
-rw-r--r--rules/cave/rule_cave_007.tmx7
-rw-r--r--rules/cave/rule_cave_008.tmx15
-rw-r--r--rules/cave/rule_cave_009.tmx7
-rw-r--r--rules/cave/rule_cave_010.tmx4
-rw-r--r--rules/cave/rule_cave_050.tmx1
-rw-r--r--rules/cave/rule_cave_100.tmx3
-rw-r--r--rules/example_cave.tmx4
-rw-r--r--rules/example_icecave.tmx4
-rw-r--r--rules/icecave/rule_icecave_003.tmx18
-rw-r--r--rules/icecave/rule_icecave_004.tmx4
-rw-r--r--rules/icecave/rule_icecave_005.tmx4
-rw-r--r--rules/icecave/rule_icecave_006.tmx3
-rw-r--r--rules/icecave/rule_icecave_007.tmx1
-rw-r--r--rules/icecave/rule_icecave_009.tmx1
-rw-r--r--rules/icecave/rule_icecave_010.tmx1
-rw-r--r--rules/icecave/rule_icecave_020.tmx3
-rw-r--r--rules/icecave/rule_icecave_100.tmx3
21 files changed, 64 insertions, 41 deletions
diff --git a/rules/cave/rule_cave_002.tmx b/rules/cave/rule_cave_002.tmx
index eb2d7fb8..84a43349 100644
--- a/rules/cave/rule_cave_002.tmx
+++ b/rules/cave/rule_cave_002.tmx
@@ -28,17 +28,17 @@
H4sIAAAAAAAAA2NgoD5gp4I4LrXoAAAMdXcLwAAAAA==
</data>
</layer>
- <layer name="rule_Ground" width="8" height="6" visible="0">
+ <layer name="rule_Ground" width="8" height="6">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIAyyCchXYxGLQmJ3E2EHMoghQS0Ao0NRssAAAAA=
</data>
</layer>
- <layer name="rule_Over" width="8" height="6" visible="0">
+ <layer name="rule_Over" width="8" height="6">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoB+Io4GZAIKpQ33AAAAA
</data>
</layer>
- <layer name="rule_Collision" width="8" height="6" visible="0">
+ <layer name="rule_Collision" width="8" height="6">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIAyYyJBnIiCPzxxi1YMAADYuyefAAAAA
</data>
diff --git a/rules/cave/rule_cave_003.tmx b/rules/cave/rule_cave_003.tmx
index e498e4f9..ad85b20d 100644
--- a/rules/cave/rule_cave_003.tmx
+++ b/rules/cave/rule_cave_003.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="13" height="4" 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="13" height="4">
@@ -27,9 +28,14 @@
H4sIAAAAAAAAA2NgIB+wo9EwNjsWNjHm4OKTAgAwnyyb0AAAAA==
</data>
</layer>
+ <layer name="rule_Ground" width="13" height="4">
+ <data encoding="base64" compression="gzip">
+ H4sIAAAAAAAAA2NgGBzAC0r7UGgOAAPIInnQAAAA
+ </data>
+ </layer>
<layer name="rule_Over" width="13" height="4">
<data encoding="base64" compression="gzip">
- H4sIAAAAAAAAA2NgIA/4oPF9kdhRUDqGTLMpAQCtYkK20AAAAA==
+ H4sIAAAAAAAAA2NgIA/4o/EDkNixUDqeTLMpAQCMFVzp0AAAAA==
</data>
</layer>
</map>
diff --git a/rules/cave/rule_cave_004.tmx b/rules/cave/rule_cave_004.tmx
index 50dc1180..71361a68 100644
--- a/rules/cave/rule_cave_004.tmx
+++ b/rules/cave/rule_cave_004.tmx
@@ -28,7 +28,7 @@
H4sIAAAAAAAAA2NgoD9gJ8AnFQAAUPPppcQAAAA=
</data>
</layer>
- <layer name="rule_Ground" width="7" height="7" visible="0">
+ <layer name="rule_Ground" width="7" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIAzyoXQuFrl6KF2LRa4fSvcSYQclAAD6CzmwxAAAAA==
</data>
diff --git a/rules/cave/rule_cave_005.tmx b/rules/cave/rule_cave_005.tmx
index 21b34b6e..389efd17 100644
--- a/rules/cave/rule_cave_005.tmx
+++ b/rules/cave/rule_cave_005.tmx
@@ -28,7 +28,7 @@
H4sIAAAAAAAAA2NgGJqAHQ8flxwhPewksMkBAFgzOlVsAQAA
</data>
</layer>
- <layer name="rule_Ground" width="13" height="7" visible="0">
+ <layer name="rule_Ground" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIB9EQOlIEvRkQOlMNPEsKJ2DRU8FlK5EE6+C0jVY9HRA6U408S4o3YPHjbQCANIIx+JsAQAA
</data>
diff --git a/rules/cave/rule_cave_007.tmx b/rules/cave/rule_cave_007.tmx
index d399a39e..c09b703f 100644
--- a/rules/cave/rule_cave_007.tmx
+++ b/rules/cave/rule_cave_007.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="13" height="7" 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="13" height="7">
@@ -69,7 +70,7 @@
</layer>
<layer name="rule_Ground" width="13" height="7">
<data encoding="base64" compression="gzip">
- H4sIAAAAAAAAA2NgoC6Yj8ZfgMZfCKUXU9ledHAQSh+m0Jz1aPwNFJgFABD1MNRsAQAA
+ H4sIAAAAAAAAA2NgoC5YhMZfjMZfAqWXUdledHAESh+j0JxNaPzNFJgFAEOilfhsAQAA
</data>
</layer>
</map>
diff --git a/rules/cave/rule_cave_008.tmx b/rules/cave/rule_cave_008.tmx
index 522f1e95..bf370132 100644
--- a/rules/cave/rule_cave_008.tmx
+++ b/rules/cave/rule_cave_008.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="13" height="17" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="collision" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/collision.png" width="64" height="32"/>
@@ -7,12 +8,12 @@
<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>
- <tileset firstgid="196" name="cave_x2" tilewidth="32" tileheight="64">
+ <tileset firstgid="199" name="cave_x2" tilewidth="32" tileheight="64">
<image source="../../graphics/tiles/cave_x2.png" width="512" height="64"/>
</tileset>
<layer name="ruleRegions" width="13" height="17">
@@ -35,14 +36,14 @@
H4sIAAAAAAAAA2NgGAUgwI6EieHTyt5RMPwBAE+qjq10AwAA
</data>
</layer>
- <layer name="rule_Ground" width="13" height="17" visible="0">
+ <layer name="rule_Ground" width="13" height="17">
<data encoding="base64" compression="gzip">
- H4sIAAAAAAAAA2NgIA9EIGFi+CCQgYSJ4YPALCCeDcRzoPxGIG4C4mYoPxCIg4A4GEnPKiBeDcRroPyJQDwJiCdD+YlAnATEyUT6FQQKgbgIiItJ0EMr4IGEaalnFNAGAABjdzU5dAMAAA==
+ H4sIAAAAAAAAA2NgIA9EI2Fi+CCQjYSJ4YPAXCCeB8TzofwWIG4F4jYoPwSIQ4E4DEnPWiBeB8TrofwpQDwViKdB+SlAnArEaUT6FQRKgLgUiMtI0EMr4I2EaalnFNAGAADyhvLUdAMAAA==
</data>
</layer>
- <layer name="rule_Over" width="13" height="17" visible="0">
+ <layer name="rule_Over" width="13" height="17">
<data encoding="base64" compression="gzip">
- H4sIAAAAAAAAA2NgGAUDCaKRMLHABQkTC04A8UkgPkWCnlFAGwAAqLF2T3QDAAA=
+ H4sIAAAAAAAAA2NgGAUDCeKQMLHAHQkTC04D8RkgPkuCnlFAGwAAqtusvHQDAAA=
</data>
</layer>
</map>
diff --git a/rules/cave/rule_cave_009.tmx b/rules/cave/rule_cave_009.tmx
index 11f24393..dd4800c3 100644
--- a/rules/cave/rule_cave_009.tmx
+++ b/rules/cave/rule_cave_009.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="6" 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="6" height="6">
@@ -39,7 +40,7 @@
</layer>
<layer name="rule_Ground" width="6" height="6">
<data encoding="base64" compression="gzip">
- H4sIAAAAAAAAA2NgIAwS0Pj+ROjJR+PHEaEHBABsEgLRkAAAAA==
+ H4sIAAAAAAAAA2NgIAyS0fhBROgpQuMnEqEHBAAgX4OJkAAAAA==
</data>
</layer>
</map>
diff --git a/rules/cave/rule_cave_010.tmx b/rules/cave/rule_cave_010.tmx
index 97fff42a..54dbfda3 100644
--- a/rules/cave/rule_cave_010.tmx
+++ b/rules/cave/rule_cave_010.tmx
@@ -38,12 +38,12 @@
H4sIAAAAAAAAA2NgIB8oo9HEqsfGJ9UsWthDTTdgAwAUJIhnbAEAAA==
</data>
</layer>
- <layer name="rule_Ground" width="13" height="7" visible="0">
+ <layer name="rule_Ground" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoC5oQuM3o/EDoXQwle1FB4VQuphCcyah8SdTYBYAy7rYPmwBAAA=
</data>
</layer>
- <layer name="rule_Collision" width="13" height="7" visible="0">
+ <layer name="rule_Collision" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAX0AgB8n9a4bAEAAA==
</data>
diff --git a/rules/cave/rule_cave_050.tmx b/rules/cave/rule_cave_050.tmx
index 929443a6..ae96c130 100644
--- a/rules/cave/rule_cave_050.tmx
+++ b/rules/cave/rule_cave_050.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="5" height="5" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="collision" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/collision.png" width="64" height="32"/>
diff --git a/rules/cave/rule_cave_100.tmx b/rules/cave/rule_cave_100.tmx
index f4f216ef..186553a6 100644
--- a/rules/cave/rule_cave_100.tmx
+++ b/rules/cave/rule_cave_100.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="13" height="9" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="collision" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/collision.png" width="64" height="32"/>
@@ -45,7 +46,7 @@
H4sIAAAAAAAAA2NgoB8Qw8EeBdQFAJqF6UzUAQAA
</data>
</layer>
- <layer name="rule_Error" width="13" height="9" visible="0">
+ <layer name="rule_Error" width="13" height="9">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoB9wIZFNrFkDBchxNz0AAJUJJNPUAQAA
</data>
diff --git a/rules/example_cave.tmx b/rules/example_cave.tmx
index 35fbb620..3671abb8 100644
--- a/rules/example_cave.tmx
+++ b/rules/example_cave.tmx
@@ -17,8 +17,8 @@
<image source="../graphics/tiles/set_rules.png" width="64" height="64"/>
</tileset>
<layer name="set" width="64" height="32">
- <data encoding="base64" compression="zlib">
- eJztlU0PgjAMhmfmDkY9kOjFG/7/H2lIMDamQj/WrUgPTwgJsD5vu1FSSiUIgsCIu4MaWnNYoXd9vby3kkGesXL3ngPHX+rt2b9G34cd+K+5jYDp/rFD/yfwp/R/S7lw+0/JQOvfOj/M50TIxupc8OBfC7gG1U+aY062/33LzLT+GaFmBtTnOd9deoY7w5g/J4OlurQzSvEbAYMT/4Lcw/XO85XaL6o/112Sgfbcnr57ZOasme+a/ty9/mudizN/KpIzGev9LX32AXfNf/CXni+9M9C4v/0pPfc6A9r9L63fywz08vfCd/1X5ftBEARBe17NMSRk
+ <data encoding="base64" compression="gzip">
+ H4sIAAAAAAAAA+2VTQuDMAyGOzoPY/MgbJfd3P//kSIoK6Ok+WjaOHN4EMXaPm9qOoQQBsdxHCVeBtbQmkuB3uvr5X2UDOKGlrv1HCj+XG/L/jXqPp3Av+Q2J6z37xP6fxJ/TP2PlAu1/pgMpP6t88v53BDZaPUFC/61SOfA+nFzjEH33NfMTOofM3AzgJ6V/CnZQu9Q93DOn5IBVAvpHsX4zQmTIX9ovvt2xY7B+lPdORlI+/b63Ssx5xpnQw1/Si+C5nkY88fC6cm52j/D9z+gzvkP/tz+0jsDifvuj6m51T0g/f+567eyB3r5W+F3/aNwvOM4jtOeBUMtORIAIAAA
</data>
</layer>
</map>
diff --git a/rules/example_icecave.tmx b/rules/example_icecave.tmx
index cdf3c7e1..645d9cdc 100644
--- a/rules/example_icecave.tmx
+++ b/rules/example_icecave.tmx
@@ -14,8 +14,8 @@
<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="zlib">
- eJztlesKwyAMhe3WyVZ2e/+nLQMLIrmcaJwy9uNgayHfiYnpEkJY/ppSrwHMk6DR/N4+Ss6W1vglH0juvc+BY61Jx3vM9nryV0LUNy2u5S7V8Dm11MzCQfkWD0gtLPxo5CO1+OicPT8d8+fuA5L3nfHgcR9baoByL4Q0H1eF7c3XzqLsO3RWHLxHWm8FfwuyB22G1uTO5Z/7oeK/s2fLvKb4Uk8i+VnmtSQuxix8Lr4HX4pR9iG3X8tv+Q/9Ar+2hp58pM97axb+KA+j+Z7aAWq/B+E=
+ <data encoding="base64" compression="gzip">
+ H4sIAAAAAAAAA+2V3Q6DIAyFcSLZjJt7/6fdDSSkae0PRYzZxQlYE75DC3QKIUx/XVL7AObjQKP5vX1AzprHdJIPyd5754FixazynapYT35EhP3j1tXcJQufUkvNNBwp3+rB6gO7R978uZp/HPNPvQmSfW+EB4/7aKmBNvcLIs7Hk8m9N5/LhfXdLLx3Hl+Av1bzhHDhel9QT+3euTNR4pK3UFoDCR/GpfzW3kVxJHyPnsXxqfU1/Ypjc/x4ELfyW/rQHfjWGnryvc7wHfijPIzme+oH7E6QcgAQAAA=
</data>
</layer>
</map>
diff --git a/rules/icecave/rule_icecave_003.tmx b/rules/icecave/rule_icecave_003.tmx
index 2ccf03f0..12f0db4a 100644
--- a/rules/icecave/rule_icecave_003.tmx
+++ b/rules/icecave/rule_icecave_003.tmx
@@ -1,20 +1,21 @@
<?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="13" height="4" tilewidth="32" tileheight="32">
<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">
- <image source="../../graphics/tiles/set_rules.png" width="32" height="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="8" 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="13" height="4">
<data encoding="base64" compression="gzip">
- H4sIAAAAAAAAA2NgIA+wQzGxbHL1kAoA+X4+RNAAAAA=
+ H4sIAAAAAAAAA2NgIA8IQzGxbHL1kAoA+YlsANAAAAA=
</data>
</layer>
<layer name="ruleSet" width="13" height="4">
@@ -27,9 +28,14 @@
H4sIAAAAAAAAA2NgIB8wo9EwNjMWNjHm4OKTAgA8hSQr0AAAAA==
</data>
</layer>
+ <layer name="rule_Ground" width="13" height="4">
+ <data encoding="base64" compression="gzip">
+ H4sIAAAAAAAAA2NgGBxACkrLUGgOAN2P9CXQAAAA
+ </data>
+ </layer>
<layer name="rule_Over" width="13" height="4">
<data encoding="base64" compression="gzip">
- H4sIAAAAAAAAA2NgIA8IoPEFkdhyUFqBTLMpAQC88ad90AAAAA==
+ H4sIAAAAAAAAA2NgIA/Io/EVkNi6UFqfTLMpAQCgAAh70AAAAA==
</data>
</layer>
</map>
diff --git a/rules/icecave/rule_icecave_004.tmx b/rules/icecave/rule_icecave_004.tmx
index 094e2e77..d13349a9 100644
--- a/rules/icecave/rule_icecave_004.tmx
+++ b/rules/icecave/rule_icecave_004.tmx
@@ -28,12 +28,12 @@
H4sIAAAAAAAAA2NgoD9gJsDHBgB9Q1zQqAAAAA==
</data>
</layer>
- <layer name="rule_Ground" width="7" height="6" visible="0">
+ <layer name="rule_Ground" width="7" height="6">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIAzsobQtFjl/KO2LRS4eSscSYQchAAB9+9lsqAAAAA==
</data>
</layer>
- <layer name="rule_Collision" width="7" height="6" visible="0">
+ <layer name="rule_Collision" width="7" height="6">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgwA+YoBidTYkcA5ocMQAAqilRnqgAAAA=
</data>
diff --git a/rules/icecave/rule_icecave_005.tmx b/rules/icecave/rule_icecave_005.tmx
index db0fa7e3..1e7bc372 100644
--- a/rules/icecave/rule_icecave_005.tmx
+++ b/rules/icecave/rule_icecave_005.tmx
@@ -28,12 +28,12 @@
H4sIAAAAAAAAA2NgGJqAGQ8flxwhPcwksMkBAHO5eppsAQAA
</data>
</layer>
- <layer name="rule_Ground" width="13" height="7" visible="0">
+ <layer name="rule_Ground" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIB9oQGlNEvRYQGlLNHErKG2DRY8HlPZEE/eC0j5Y9ERA6Ug08SgoHYPHjbQCAKQ1RdVsAQAA
</data>
</layer>
- <layer name="rule_Collision" width="13" height="7" visible="0">
+ <layer name="rule_Collision" width="13" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIB8wodGU6MFnFr300BoAAErWG9FsAQAA
</data>
diff --git a/rules/icecave/rule_icecave_006.tmx b/rules/icecave/rule_icecave_006.tmx
index 51730477..a92200f1 100644
--- a/rules/icecave/rule_icecave_006.tmx
+++ b/rules/icecave/rule_icecave_006.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="6" 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"/>
@@ -32,7 +33,7 @@
H4sIAAAAAAAAA2NgIAz4CPCppQcEAMFTlWKQAAAA
</data>
</layer>
- <layer name="rule_Ground" width="6" height="6" visible="0">
+ <layer name="rule_Ground" width="6" height="6">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgIAza0PilROiZisZvIUIPCAAASt1u8JAAAAA=
</data>
diff --git a/rules/icecave/rule_icecave_007.tmx b/rules/icecave/rule_icecave_007.tmx
index 601aaeac..46a82129 100644
--- a/rules/icecave/rule_icecave_007.tmx
+++ b/rules/icecave/rule_icecave_007.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="13" height="7" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="collision" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/collision.png" width="64" height="32"/>
diff --git a/rules/icecave/rule_icecave_009.tmx b/rules/icecave/rule_icecave_009.tmx
index d96ebe80..7de1ecef 100644
--- a/rules/icecave/rule_icecave_009.tmx
+++ b/rules/icecave/rule_icecave_009.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="6" 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"/>
diff --git a/rules/icecave/rule_icecave_010.tmx b/rules/icecave/rule_icecave_010.tmx
index eb8e8e84..b6df2a89 100644
--- a/rules/icecave/rule_icecave_010.tmx
+++ b/rules/icecave/rule_icecave_010.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="13" height="7" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="collision" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/collision.png" width="64" height="32"/>
diff --git a/rules/icecave/rule_icecave_020.tmx b/rules/icecave/rule_icecave_020.tmx
index 57bbe81d..3dce7d3d 100644
--- a/rules/icecave/rule_icecave_020.tmx
+++ b/rules/icecave/rule_icecave_020.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="9" height="7" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="collision" tilewidth="32" tileheight="32">
<image source="../../graphics/tiles/collision.png" width="64" height="32"/>
@@ -32,7 +33,7 @@
H4sIAAAAAAAAA2NgGPxAH4gTgFgXjxp5INYDYgUSzAUA1uf1CPwAAAA=
</data>
</layer>
- <layer name="rule_Collision" width="9" height="7" visible="0">
+ <layer name="rule_Collision" width="9" height="7">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoC9gQsL41DAQUEMNPQBW4FMC/AAAAA==
</data>
diff --git a/rules/icecave/rule_icecave_100.tmx b/rules/icecave/rule_icecave_100.tmx
index cbb70ef4..2880e54b 100644
--- a/rules/icecave/rule_icecave_100.tmx
+++ b/rules/icecave/rule_icecave_100.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="9" 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"/>
@@ -32,7 +33,7 @@
H4sIAAAAAAAAA2NgoB7gw8FmJkIvLjXE6MUGAL3v5wfYAAAA
</data>
</layer>
- <layer name="rule_Error" width="9" height="6" visible="0">
+ <layer name="rule_Error" width="9" height="6">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoB4QIYJNjF5ixAkBAOvVVsfYAAAA
</data>