diff options
Diffstat (limited to 'rules/woodland/rule_woodland_123.tmx')
-rw-r--r-- | rules/woodland/rule_woodland_123.tmx | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/rules/woodland/rule_woodland_123.tmx b/rules/woodland/rule_woodland_123.tmx index 550396ec..1ed26836 100644 --- a/rules/woodland/rule_woodland_123.tmx +++ b/rules/woodland/rule_woodland_123.tmx @@ -1,40 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" width="7" height="7" tilewidth="32" tileheight="32"> - <tileset firstgid="1" name="Woodland" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/Woodland_ground.png" width="512" height="512"/> - </tileset> - <tileset firstgid="257" name="Collision" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/collision.png" width="64" height="32"/> - </tileset> - <tileset firstgid="259" name="set_rules" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/set_rules.png" width="64" height="64"/> - </tileset> - <tileset firstgid="263" name="set_woodland" tilewidth="32" tileheight="32"> - <image source="../../graphics/tiles/set_woodland.png" width="512" height="320"/> - </tileset> - <layer name="RuleRegions" width="7" height="7"> +<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="7" height="7" tilewidth="32" tileheight="32" infinite="0" nextlayerid="6" nextobjectid="1"> + <tileset firstgid="1" source="../../tilesets/woodland_ground.tsx"/> + <tileset firstgid="257" source="../../tilesets/collision.tsx"/> + <tileset firstgid="259" source="../../tilesets/set_rules.tsx"/> + <tileset firstgid="263" source="../../tilesets/set_woodland.tsx"/> + <layer id="1" name="Regions" width="7" height="7"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgwA+YGRE0DKPL4dOHTx02M3GZgQ8AAJimuFXEAAAA </data> </layer> - <layer name="ruleSet" width="7" height="7"> + <layer id="2" name="Input_set" width="7" height="7"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgIB60M+LnkwOoYQYAJ5UujcQAAAA= </data> </layer> - <layer name="rule_Ground" width="7" height="7"> + <layer id="3" name="Output_Ground" width="7" height="7"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgIB4YovEZSdBLrJnkAAAwpfrTxAAAAA== </data> </layer> - <layer name="rule_Fringe" width="7" height="7"> + <layer id="4" name="Output_Fringe" width="7" height="7"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA2NgIB4IofGZSNBLSwAAmXrp28QAAAA= </data> </layer> - <layer name="rule_Error" width="7" height="7"> + <layer id="5" name="Output_Error" width="7" height="7"> <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgGFjAwki5GQDDdbAoxAAAAA== + H4sIAAAAAAAAA2NgGFjAwki5IQDDdbAoxAAAAA== </data> </layer> </map> |