diff options
Diffstat (limited to 'rules/cave/rule_cave_002.tmx')
-rw-r--r-- | rules/cave/rule_cave_002.tmx | 48 |
1 files changed, 22 insertions, 26 deletions
diff --git a/rules/cave/rule_cave_002.tmx b/rules/cave/rule_cave_002.tmx index 84a43349..577b66d8 100644 --- a/rules/cave/rule_cave_002.tmx +++ b/rules/cave/rule_cave_002.tmx @@ -1,46 +1,42 @@ <?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"/> - </tileset> - <tileset firstgid="3" name="set" tilewidth="32" tileheight="32"> - <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="64" height="64"/> - </tileset> - <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"> +<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="8" height="6" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="1"> + <properties> + <property name="DeleteTiles" type="bool" value="false"/> + <property name="MatchInOrder" type="bool" value="true"/> + <property name="NoOverlappingOutput" type="bool" value="false"/> + </properties> + <tileset firstgid="1" source="../../tilesets/collision.tsx"/> + <tileset firstgid="3" source="../../tilesets/set_cave.tsx"/> + <tileset firstgid="67" source="../../tilesets/set_rules.tsx"/> + <tileset firstgid="71" source="../../tilesets/cave.tsx"/> + <layer id="1" name="regions" width="8" height="6"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgIAycSZR3RhNzxqEOlzy6fnwAAPmsh/LAAAAA + H4sIAAAAAAAACmNgIAycSZR3RhNzxqEOlzy6fnwAAPmsh/LAAAAA </data> </layer> - <layer name="ruleSet" width="8" height="6"> + <layer id="2" name="input_set" width="8" height="6"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoA1gx8EmRg+x6kEAAKr4TszAAAAA + H4sIAAAAAAAACmNgIAzYyZBnJyCPzxxi1YMAANxwvgnAAAAA </data> </layer> - <layer name="ruleNotSet" width="8" height="6"> + <layer id="3" name="output_NotSet" width="8" height="6" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoD5gp4I4LrXoAAAMdXcLwAAAAA== + H4sIAAAAAAAACmNgoD5gp4I4LrXoAAAMdXcLwAAAAA== </data> </layer> - <layer name="rule_Ground" width="8" height="6"> + <layer id="4" name="output_Ground" width="8" height="6" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgIAyyCchXYxGLQmJ3E2EHMoghQS0Ao0NRssAAAAA= + H4sIAAAAAAAACmNgIAyyCchXYxGLQmJ3E2EHMoghQS0Ao0NRssAAAAA= </data> </layer> - <layer name="rule_Over" width="8" height="6"> + <layer id="5" name="output_Over" width="8" height="6" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgoB+Io4GZAIKpQ33AAAAA + H4sIAAAAAAAACmNgoB+Io4GZAIKpQ33AAAAA </data> </layer> - <layer name="rule_Collision" width="8" height="6"> + <layer id="6" name="output_Collision" width="8" height="6" visible="0"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgIAyYyJBnIiCPzxxi1YMAADYuyefAAAAA + H4sIAAAAAAAACmNgIAyYyJBnIiCPzxxi1YMAADYuyefAAAAA </data> </layer> </map> |