diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-01-27 12:54:39 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-02-03 15:39:46 +0100 |
commit | ba998e5fb48da8075c912eca7187e8554cb95dd9 (patch) | |
tree | 56a6149a942738d8a6742ec59e2df67b51869106 | |
parent | 0ee67b168626c51fd6e9099c4e36fcb638cf47aa (diff) | |
download | clientdata-ba998e5fb48da8075c912eca7187e8554cb95dd9.tar.gz clientdata-ba998e5fb48da8075c912eca7187e8554cb95dd9.tar.bz2 clientdata-ba998e5fb48da8075c912eca7187e8554cb95dd9.tar.xz clientdata-ba998e5fb48da8075c912eca7187e8554cb95dd9.zip |
Updated the icemountain rules
The example_mountain.tmx now works again.
-rw-r--r-- | rules/example_mountain.tmx | 8 | ||||
-rw-r--r-- | rules/icemountain/rule_icemountain.tmx | 22 | ||||
-rw-r--r-- | rules/icemountain/rule_icemountain_001.tmx | 24 | ||||
-rw-r--r-- | rules/icemountain/rule_icemountain_002.tmx | 30 | ||||
-rw-r--r-- | rules/icemountain/rule_icemountain_003.tmx | 32 | ||||
-rw-r--r-- | rules/icemountain/rule_icemountain_004.tmx | 32 | ||||
-rw-r--r-- | rules/icemountain/rule_icemountain_010.tmx | 27 | ||||
-rw-r--r-- | rules/icemountain/rule_icemountain_011.tmx | 31 | ||||
-rw-r--r-- | rules/rules.txt | 2 |
9 files changed, 91 insertions, 117 deletions
diff --git a/rules/example_mountain.tmx b/rules/example_mountain.tmx index 1a627cb0..1f9069ee 100644 --- a/rules/example_mountain.tmx +++ b/rules/example_mountain.tmx @@ -3,12 +3,8 @@ <map version="1.0" orientation="orthogonal" width="45" height="45" tilewidth="32" tileheight="32"> <tileset firstgid="1" source="../tilesets/collision.tsx"/> <tileset firstgid="3" source="../tilesets/set_icemountain.tsx"/> - <tileset firstgid="31" name="Snow" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Snow.png" width="512" height="512"/> - </tileset> - <tileset firstgid="287" name="Snow_ground" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Snow_ground.png" width="352" height="224"/> - </tileset> + <tileset firstgid="31" source="../tilesets/snow.tsx"/> + <tileset firstgid="287" source="../tilesets/snow_ground.tsx"/> <layer name="Underground" width="45" height="45"> <data encoding="base64" compression="zlib"> eJztwzENAAAMA6DOVf0rq4p9kNBLqqqqqqqqqqq+H0tNwvE= diff --git a/rules/icemountain/rule_icemountain.tmx b/rules/icemountain/rule_icemountain.tmx index c21c8c0b..af42d57f 100644 --- a/rules/icemountain/rule_icemountain.tmx +++ b/rules/icemountain/rule_icemountain.tmx @@ -1,37 +1,35 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" width="16" height="16" tilewidth="32" tileheight="32"> +<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="16" height="16" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="1"> <tileset firstgid="1" source="../../tilesets/set_icemountain.tsx"/> - <tileset firstgid="7" source="../../tilesets/set_rules.tsx"/> - <tileset firstgid="8" name="Snow" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Snow.png" width="512" height="512"/> - </tileset> - <tileset firstgid="264" source="../../tilesets/collision.tsx"/> - <layer name="ruleRegions" width="16" height="16"> + <tileset firstgid="29" source="../../tilesets/set_rules.tsx"/> + <tileset firstgid="33" source="../../tilesets/snow.tsx"/> + <tileset firstgid="289" source="../../tilesets/collision.tsx"/> + <layer id="1" name="Regions" width="16" height="16"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgGAWjYBSMVAAALq+17wAEAAA= </data> </layer> - <layer name="ruleSet" width="16" height="16"> + <layer id="2" name="Input_set" width="16" height="16"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgGAWjYBSMVAAALq+17wAEAAA= </data> </layer> - <layer name="rule_Ground" width="16" height="16"> + <layer id="3" name="Output_Ground" width="16" height="16"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgGAWjYBSMVAAALq+17wAEAAA= </data> </layer> - <layer name="rule_Fringe" width="16" height="16"> + <layer id="4" name="Output_Fringe" width="16" height="16"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgGAWjYBSMVAAALq+17wAEAAA= </data> </layer> - <layer name="rule_Over" width="16" height="16"> + <layer id="5" name="Output_Over" width="16" height="16"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgGAWjYBSMVAAALq+17wAEAAA= </data> </layer> - <layer name="rule_Collision" width="16" height="16"> + <layer id="6" name="Output_Collision" width="16" height="16"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgGAWjYBSMVAAALq+17wAEAAA= </data> diff --git a/rules/icemountain/rule_icemountain_001.tmx b/rules/icemountain/rule_icemountain_001.tmx index f34778ae..0901820b 100644 --- a/rules/icemountain/rule_icemountain_001.tmx +++ b/rules/icemountain/rule_icemountain_001.tmx @@ -1,40 +1,36 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.11" tiledversion="1.11.1" orientation="orthogonal" renderorder="right-down" width="15" height="5" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="1"> +<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="5" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="1"> <tileset firstgid="1" source="../../tilesets/set_icemountain.tsx"/> <tileset firstgid="29" source="../../tilesets/set_rules.tsx"/> - <tileset firstgid="33" name="Snow" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Snow.png" width="512" height="512"/> - </tileset> + <tileset firstgid="33" source="../../tilesets/snow.tsx"/> <tileset firstgid="289" source="../../tilesets/collision.tsx"/> - <tileset firstgid="291" name="Snow_ground" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Snow_ground.png" width="352" height="224"/> - </tileset> - <layer name="ruleRegions" width="15" height="5" visible="0"> + <tileset firstgid="291" source="../../tilesets/snow_ground.tsx"/> + <layer id="7" name="Regions" width="15" height="5" visible="0"> <data encoding="base64" compression="zlib"> eJxjYKAMyJJJUwpINZca9gIA1bABQA== </data> </layer> - <layer name="ruleSet" width="15" height="5" visible="0"> + <layer id="8" name="Input_set" width="15" height="5" visible="0"> <data encoding="base64" compression="zlib"> - eJxjYKAMMEJpJijNDKVZoDQrlGaD0uwU2gcDHFCaE0pzEVDPRwU7ASaIAEY= + eJxjYKAMMEJpJijNDKVZoDQrlGaD0uwU2gcDHFCaE0pzEVDPRwVLASaIAEY= </data> </layer> - <layer name="rule_Ground" width="15" height="5"> + <layer id="9" name="Output_Ground" width="15" height="5"> <data encoding="base64" compression="zlib"> eJxjYKAMbMJBs0BpfUYIbQKlzRkptHAAAQBYIwK4 </data> </layer> - <layer name="rule_Fringe" width="15" height="5"> + <layer id="10" name="Output_Fringe" width="15" height="5"> <data encoding="base64" compression="zlib"> eJxjYBgFxAIAASwAAQ== </data> </layer> - <layer name="rule_Over" width="15" height="5" visible="0"> + <layer id="11" name="Output_Over" width="15" height="5" visible="0"> <data encoding="base64" compression="zlib"> eJxjYBgFxAIAASwAAQ== </data> </layer> - <layer name="rule_Collision" width="15" height="5"> + <layer id="12" name="Output_Collision" width="15" height="5"> <data encoding="base64" compression="zlib"> eJxjYKAMKDESJ49OD0UAAHHQAI0= </data> diff --git a/rules/icemountain/rule_icemountain_002.tmx b/rules/icemountain/rule_icemountain_002.tmx index bd9d3441..9cb35eb6 100644 --- a/rules/icemountain/rule_icemountain_002.tmx +++ b/rules/icemountain/rule_icemountain_002.tmx @@ -1,39 +1,37 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" width="15" height="6" tilewidth="32" tileheight="32"> +<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="6" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="1"> <tileset firstgid="1" source="../../tilesets/set_icemountain.tsx"/> - <tileset firstgid="7" source="../../tilesets/set_rules.tsx"/> - <tileset firstgid="8" name="Snow" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Snow.png" width="512" height="512"/> - </tileset> - <tileset firstgid="264" source="../../tilesets/collision.tsx"/> - <layer name="ruleRegions" width="15" height="6"> + <tileset firstgid="29" source="../../tilesets/set_rules.tsx"/> + <tileset firstgid="33" source="../../tilesets/snow.tsx"/> + <tileset firstgid="289" source="../../tilesets/collision.tsx"/> + <layer id="1" name="Regions" width="15" height="6"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoAywY6FxsZFpXGLE2EGKvcSaR2sAAGcNsPhoAQAA + H4sIAAAAAAAAA2NgoAzIYqFxsZFpXGLE2EGKvcSaR2sAAPvPrD1oAQAA </data> </layer> - <layer name="ruleSet" width="15" height="6"> + <layer id="2" name="Input_set" width="15" height="6"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgoAwwQWlGJJoJSQ4mzoymDl0PPgCTZ8IihkzD7GAmYCa6m+gBADt8C4ZoAQAA </data> </layer> - <layer name="rule_Ground" width="15" height="6" visible="0"> + <layer id="3" name="Output_Ground" width="15" height="6" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoA5YicSeAaVnEalnJ5F2dCKxYXpO4rBrBgNucBKPHK0AAAL0FPZoAQAA + H4sIAAAAAAAAA2NgoA44hMTeCKU3E6nnEpF2LEJiw/Q8wmHXRgbc4BEeOVoBADk0iuZoAQAA </data> </layer> - <layer name="rule_Fringe" width="15" height="6" visible="0"> + <layer id="4" name="Output_Fringe" width="15" height="6" visible="0"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgGAX0AADGRzsXaAEAAA== </data> </layer> - <layer name="rule_Over" width="15" height="6" visible="0"> + <layer id="5" name="Output_Over" width="15" height="6" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoA/opJM9gxUAAAuO1NpoAQAA + H4sIAAAAAAAAA2NgoA9YRCd7BisAAPzDhj5oAQAA </data> </layer> - <layer name="rule_Collision" width="15" height="6" visible="0"> + <layer id="6" name="Output_Collision" width="15" height="6" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoA7gZESl0cWx8XHpwWU2PvsI2UusHK0AACE6sPhoAQAA + H4sIAAAAAAAAA2NgoA5QYkSl0cWx8XHpwWU2PvsI2UusHK0AAF9XgyVoAQAA </data> </layer> </map> diff --git a/rules/icemountain/rule_icemountain_003.tmx b/rules/icemountain/rule_icemountain_003.tmx index 8ab46ec7..e2524c09 100644 --- a/rules/icemountain/rule_icemountain_003.tmx +++ b/rules/icemountain/rule_icemountain_003.tmx @@ -1,39 +1,37 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" width="13" height="9" tilewidth="32" tileheight="32"> +<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="13" height="9" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="1"> <tileset firstgid="1" source="../../tilesets/set_icemountain.tsx"/> - <tileset firstgid="7" source="../../tilesets/set_rules.tsx"/> - <tileset firstgid="8" name="Snow" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Snow.png" width="512" height="512"/> - </tileset> - <tileset firstgid="264" source="../../tilesets/collision.tsx"/> - <layer name="ruleRegions" width="13" height="9"> + <tileset firstgid="29" source="../../tilesets/set_rules.tsx"/> + <tileset firstgid="33" source="../../tilesets/snow.tsx"/> + <tileset firstgid="289" source="../../tilesets/collision.tsx"/> + <layer id="1" name="Regions" width="13" height="9"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgIA+wQzE6mwFNnFI9uOTwmUWuHlIBLvMI+ZNUPaQCAF4FYvXUAQAA + H4sIAAAAAAAAA2NgIA/IQjE6mwFNnFI9uOTwmUWuHlIBLvMI+ZNUPaQCAL6Rtu7UAQAA </data> </layer> - <layer name="ruleSet" width="13" height="9"> + <layer id="2" name="Input_set" width="13" height="9"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgIA8wAjETlM0E5SPLMaCJwfiMWNj49OCSw2cWLj3MaOLMWOwiBeByA7LZyHbC5LCFGyH/kAIAObykPtQBAAA= + H4sIAAAAAAAAA2NgIA8wMjAwMEHZTFA+shwDmhiMz4iFjU8PLjl8ZuHSw4wmzozHf8QAXG5ANpsZi7uxhRsh/5ACADm8pD7UAQAA </data> </layer> - <layer name="rule_Ground" width="13" height="9" visible="0"> + <layer id="3" name="Output_Ground" width="13" height="9" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoD7ogdLdWORWQOlVaOIzoPQsLHp2QOldJOg5AaVPkaCHWmA2Gn8OGr8DSnfRyH4A2IGFBtQBAAA= + H4sIAAAAAAAAA2NgoD5YCqWXYJE7CKUPo4lvhNKbsei5CKUvk6DnIZR+TIIeaoEtaPytaPyFUHoxjRwAAJGeszPUAQAA </data> </layer> - <layer name="rule_Fringe" width="13" height="9" visible="0"> + <layer id="4" name="Output_Fringe" width="13" height="9" visible="0"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgGAXDDQAAureGXdQBAAA= </data> </layer> - <layer name="rule_Over" width="13" height="9" visible="0"> + <layer id="5" name="Output_Over" width="13" height="9" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgGAXUBrOBuBPKBtFz6Gw/AAQTIDPUAQAA + H4sIAAAAAAAAA2NgGAXUBlsYGBgWQdkgeiudHQAAB5cPJdQBAAA= </data> </layer> - <layer name="rule_Collision" width="13" height="9" visible="0"> + <layer id="6" name="Output_Collision" width="13" height="9" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgIA9wMuLn49IDU4fMJtYuZPWEzMKmB584OQCXG/CFDT495IQNNgAA18LFstQBAAA= + H4sIAAAAAAAAA2NgIA8oMeLn49IDU4fMJtYuZPWEzMKmB584OQCXG/CFDT495IQNNgAAjtd/7NQBAAA= </data> </layer> </map> diff --git a/rules/icemountain/rule_icemountain_004.tmx b/rules/icemountain/rule_icemountain_004.tmx index 0958ea29..a62c6a6d 100644 --- a/rules/icemountain/rule_icemountain_004.tmx +++ b/rules/icemountain/rule_icemountain_004.tmx @@ -1,39 +1,37 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" width="13" height="9" tilewidth="32" tileheight="32"> +<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="13" height="9" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="1"> <tileset firstgid="1" source="../../tilesets/set_icemountain.tsx"/> - <tileset firstgid="7" source="../../tilesets/set_rules.tsx"/> - <tileset firstgid="8" name="Snow" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Snow.png" width="512" height="512"/> - </tileset> - <tileset firstgid="264" source="../../tilesets/collision.tsx"/> - <layer name="ruleRegions" width="13" height="9"> + <tileset firstgid="29" source="../../tilesets/set_rules.tsx"/> + <tileset firstgid="33" source="../../tilesets/snow.tsx"/> + <tileset firstgid="289" source="../../tilesets/collision.tsx"/> + <layer id="1" name="Regions" width="13" height="9"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgIA+wQzGxbHL1UNNtDGjilOohx35q6sEFAHi336TUAQAA + H4sIAAAAAAAAA2NgIA/IQjGxbHL1UNNtDGjilOohx35q6sEFAPC65aHUAQAA </data> </layer> - <layer name="ruleSet" width="13" height="9"> + <layer id="2" name="Input_set" width="13" height="9"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgIA8wQTE6mxmK0dkwdYxQNiOaHmRxZD3kug2bPQxo4uh6sPkHnx5cgBz/4As3UgEAO5gTSNQBAAA= + H4sIAAAAAAAAA2NgIA8wQTE6mxmK0dkwdYxQNiOaHmRxZD3kug2bPQxo4sT4B58eXIAc/+ALN1IBADuYE0jUAQAA </data> </layer> - <layer name="rule_Ground" width="13" height="9" visible="0"> + <layer id="3" name="Output_Ground" width="13" height="9" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoB/oRuP30NFuGFgBpVehic9G489BYu+A0rtIsOcElD5Fgh5qAQD43oTa1AEAAA== + H4sIAAAAAAAAA2NgoB9YgsZfSke7YeAglD6MJr4Fjb8ViX0RSl8mwZ6HUPoxie6jBgAASqvgutQBAAA= </data> </layer> - <layer name="rule_Fringe" width="13" height="9" visible="0"> + <layer id="4" name="Output_Fringe" width="13" height="9" visible="0"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgGAXDDQAAureGXdQBAAA= </data> </layer> - <layer name="rule_Over" width="13" height="9" visible="0"> + <layer id="5" name="Output_Over" width="13" height="9" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoD7ogNJdNDB7FBAGAD+ZEyPUAQAA + H4sIAAAAAAAAA2NgoD5YCKUX08DsUUAYAABLjfRq1AEAAA== </data> </layer> - <layer name="rule_Collision" width="13" height="9" visible="0"> + <layer id="6" name="Output_Collision" width="13" height="9" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgGFmAkxGVHkx6qAUAJD2/ttQBAAA= + H4sIAAAAAAAAA2NgGFlAiRGVHkx6qAUAiaIXX9QBAAA= </data> </layer> </map> diff --git a/rules/icemountain/rule_icemountain_010.tmx b/rules/icemountain/rule_icemountain_010.tmx index 7aa586c6..c38396c3 100644 --- a/rules/icemountain/rule_icemountain_010.tmx +++ b/rules/icemountain/rule_icemountain_010.tmx @@ -1,36 +1,31 @@ <?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="30" height="10" tilewidth="32" tileheight="32"> +<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="30" height="10" tilewidth="32" tileheight="32" infinite="0" nextlayerid="6" nextobjectid="1"> <tileset firstgid="1" source="../../tilesets/set_icemountain.tsx"/> <tileset firstgid="29" source="../../tilesets/set_rules.tsx"/> - <tileset firstgid="33" name="Snow" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Snow.png" width="512" height="512"/> - </tileset> + <tileset firstgid="33" source="../../tilesets/snow.tsx"/> <tileset firstgid="289" source="../../tilesets/collision.tsx"/> - <tileset firstgid="291" name="Snow_ground" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Snow_ground.png" width="352" height="224"/> - </tileset> - <layer name="ruleRegions" width="30" height="10"> + <tileset firstgid="291" source="../../tilesets/snow_ground.tsx"/> + <layer id="1" name="Regions" width="30" height="10"> <data encoding="base64" compression="zlib"> - eJxjYBg4IAvF2NjINDXNJqSHUnsJmU+qm2hp9kD5d6Did6AAKf7FFUbkhN1A2UtLAADD5AVx + eJxjYBg4IAvF2NjINDXNJqSHUnup7SZamj1Q/h2o+B0oQIp/cYUROWE3UPbSEgAAw+QFcQ== </data> </layer> - <layer name="ruleSet" width="30" height="10"> + <layer id="2" name="Input_set" width="30" height="10"> <data encoding="base64" compression="zlib"> - eJzFU0EKwDAI8zD1/z/eBgqagVjXsUBRIU1UWqL/cFyHLWerKUR+3FjTFsslaFZwvw53Aqbc05v5EHfParnS2rxSsuYQyj3F2aP/BAzaO3e5G95nZ8/OxbeoUHe0nKMlK/spRPT76m90cQJZTgEJ + eJzFU0EKwDAIy2Hq/388BgoS2Jq1HculCmlMpAX+wwHAsrbs0U67uadqe9beNJ9Q8xTuDIw8reRjXJ4j63iZ1we8WTh56tmxmN9Ie+cud6N8KnsuLr/FoF7RKk4MeH1e0MnzvvobKk5ZTgEJ </data> </layer> - <layer name="rule_Ground" width="30" height="10" visible="0"> + <layer id="3" name="Output_Ground" width="30" height="10" visible="0"> <data encoding="base64" compression="zlib"> - eJxjYBg4oMeIyjeA8lUYMdXSE1jRyH5jNHNNB9ifmjS23wzNfAs0vv0A+5/eQIfO/nUahuELAMleAnU= + eJxjYBg4oMeIyjeA8lUYsSqnG7Cikf3GaOaaDrA/NWlsvxma+RZofPsB9j+9gQ6d/es0DMMXAMleAnU= </data> </layer> - <layer name="rule_Collision" width="30" height="10" visible="0"> + <layer id="4" name="Output_Collision" width="30" height="10" visible="0"> <data encoding="base64" compression="zlib"> eJxjYBgFo2AUjIKhAQAEsAAB </data> </layer> - <layer name="rule_Error" width="30" height="10"> + <layer id="5" name="Output_Error" width="30" height="10"> <data encoding="base64" compression="zlib"> eJxjYBieQA6K0dnDFYz6d3gAORLpoW4vqQAANHsC0Q== </data> diff --git a/rules/icemountain/rule_icemountain_011.tmx b/rules/icemountain/rule_icemountain_011.tmx index 757b42c0..3a3b114e 100644 --- a/rules/icemountain/rule_icemountain_011.tmx +++ b/rules/icemountain/rule_icemountain_011.tmx @@ -1,33 +1,28 @@ <?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="19" height="13" tilewidth="32" tileheight="32"> +<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="19" height="13" tilewidth="32" tileheight="32" infinite="0" nextlayerid="5" nextobjectid="1"> <tileset firstgid="1" source="../../tilesets/set_icemountain.tsx"/> - <tileset firstgid="37" source="../../tilesets/set_rules.tsx"/> - <tileset firstgid="41" name="Snow" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Snow.png" width="512" height="512"/> - </tileset> - <tileset firstgid="297" source="../../tilesets/collision.tsx"/> - <tileset firstgid="299" name="Snow_ground" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Snow_ground.png" width="352" height="224"/> - </tileset> - <layer name="ruleRegions" width="19" height="13"> + <tileset firstgid="29" source="../../tilesets/set_rules.tsx"/> + <tileset firstgid="33" source="../../tilesets/snow.tsx"/> + <tileset firstgid="289" source="../../tilesets/collision.tsx"/> + <tileset firstgid="291" source="../../tilesets/snow_ground.tsx"/> + <layer id="1" name="Regions" width="19" height="13"> <data encoding="base64" compression="zlib"> - eJxjYKAuUIViStnUNouaYNSPpLlr1I+kmUUtAADnYg3h + eJxjYKAukIViStnUNouaYNSPpLlr1I+kmUUtAAAXFwrh </data> </layer> - <layer name="ruleSet" width="19" height="13"> + <layer id="2" name="Input_set" width="19" height="13"> <data encoding="base64" compression="zlib"> - eJytkDkKADAMwzK0zf9/3CUBNVtBBoMXK0eEq1WeeZdnPuWZu88OWeyQlZVzsEyZe5n/MvU7P+O9sXP3eSNZnEEWZ5BlytzL/JelC+epAhE= + eJytkDkKADAMwzK0zf9/3CUF4a0gg8GLlaPK1Rpn3uPMZ5z59dkhix2yenIHy5S5l/kvU7/zO27sYPFGsjiDLM4gy5S5l/kvSxfnqQIR </data> </layer> - <layer name="rule_Ground" width="19" height="13"> + <layer id="3" name="Output_Ground" width="19" height="13"> <data encoding="base64" compression="zlib"> - eJxjYKAu0GZE5etC+QZo4kZQvjGauCkaf7gDRzT/OkP5bmjiHlC+J5q49xAJrwioOyPR3KsH5eujiYdA+aE09l8y1PwUNHssoXwrNPF4KD9hCIQ7AIjZBpE= + eJxjYKAuUGZE5atC+Rpo4lpQvjaauC4af7gDSzT/WkP5dmjiDlC+I5q48xAJrwCoOwPR3KsG5aujiftA+b409l801PwYNHsMoXwjNPFwKD9iCIQ7ABTKBdE= </data> </layer> - <layer name="rule_Collision" width="19" height="13" visible="0"> + <layer id="4" name="Output_Collision" width="19" height="13" visible="0"> <data encoding="base64" compression="zlib"> - eJxjYKAP0GLEzsclPtLBSAkvQv4aKP8NVneRAgAY1wKx + eJxjYKAPUGLEzsclPtLBSAkvQv4aKP8NVneRAgAmyAIx </data> </layer> </map> diff --git a/rules/rules.txt b/rules/rules.txt index d0ee85b4..d69db56f 100644 --- a/rules/rules.txt +++ b/rules/rules.txt @@ -7,7 +7,7 @@ ../rules/icecave/rule_icecave.txt -#../rules/icemountain/rule_icemountain.txt +../rules/icemountain/rule_icemountain.txt ../rules/woodland/rule_woodland.txt |