Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Thorbjørn Lindeijer
67b7ce9f48 Converted remaining rules (firstrule, thermin_cave)
There is no example for the thermin cave and the related tileset has
been deleted. It probably was never used, but could be restored when
there is still interest in adding a new kind of cave to TMW.
2025-02-03 15:39:46 +01:00
11 changed files with 92 additions and 94 deletions

View file

@ -1,35 +1,34 @@
<?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="32" height="32" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="32" height="32" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="1">
<properties>
<property name="DeleteTiles" value="true"/>
</properties>
<layer name="ruleset" width="32" height="32">
<layer id="1" name="Input_set" width="32" height="32">
<data encoding="base64" compression="zlib">
eJztwQENAAAAwqD3T20PBxQAAADwbhAAAAE=
</data>
</layer>
<layer name="ruleregions" width="32" height="32">
<layer id="2" name="Regions" width="32" height="32">
<data encoding="base64" compression="zlib">
eJztwQENAAAAwqD3T20PBxQAAADwbhAAAAE=
</data>
</layer>
<layer name="rule_Ground" width="32" height="32">
<layer id="3" name="Output_Ground" width="32" height="32">
<data encoding="base64" compression="zlib">
eJztwQENAAAAwqD3T20PBxQAAADwbhAAAAE=
</data>
</layer>
<layer name="rule_Fringe" width="32" height="32">
<layer id="4" name="Output_Fringe" width="32" height="32">
<data encoding="base64" compression="zlib">
eJztwQENAAAAwqD3T20PBxQAAADwbhAAAAE=
</data>
</layer>
<layer name="rule_Over" width="32" height="32">
<layer id="5" name="Output_Over" width="32" height="32">
<data encoding="base64" compression="zlib">
eJztwQENAAAAwqD3T20PBxQAAADwbhAAAAE=
</data>
</layer>
<layer name="rule_Over2" width="32" height="32">
<layer id="6" name="Output_Over2" width="32" height="32">
<data encoding="base64" compression="zlib">
eJztwQENAAAAwqD3T20PBxQAAADwbhAAAAE=
</data>

View file

@ -1,7 +1,7 @@
# lines starting with # or // are comments
# all other lines will be parsed and treated as filenames.
#../rules/firstrule.tmx
../rules/firstrule.tmx
../rules/cave/rule_cave.txt
@ -11,4 +11,4 @@
../rules/woodland/rule_woodland.txt
#../rules/thermin_cave/rules.txt
../rules/thermin_cave/rules.txt

View file

@ -1,43 +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="15" height="11" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="11" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1">
<tileset firstgid="1" source="../../tilesets/collision.tsx"/>
<tileset firstgid="3" source="../../tilesets/set_rules.tsx"/>
<tileset firstgid="7" source="../../tilesets/set_thermin_cave.tsx"/>
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32">
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="15" height="11">
<layer id="1" name="Regions" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAwwk0lTCkbtHb72AgCLNgymlAIAAA==
</data>
</layer>
<layer name="ruleSet" width="15" height="11">
<layer id="2" name="Input_set" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAywo/E5oTQXlOam0HxcgB9KC0BpQSgtBKWFaWSvOI3MHQUIAACXQma5lAIAAA==
</data>
</layer>
<layer name="rule_Ground" width="15" height="11">
<layer id="3" name="Output_Ground" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Fringe" width="15" height="11">
<layer id="4" name="Output_Fringe" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Over" width="15" height="11">
<layer id="5" name="Output_Over" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Collision" width="15" height="11">
<layer id="6" name="Output_Collision" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoC5gIsCntj24zKe1vaOAdgAAxU9zT5QCAAA=
</data>
</layer>
<layer name="rule_Error" width="15" height="11">
<layer id="7" name="Output_Error" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="15" height="11" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="11" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1">
<tileset firstgid="1" source="../../tilesets/collision.tsx"/>
<tileset firstgid="3" source="../../tilesets/set_rules.tsx"/>
<tileset firstgid="7" source="../../tilesets/set_thermin_cave.tsx"/>
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32">
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="15" height="11">
<layer id="1" name="Regions" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAwwI9HMaGLE6iUkRqy9xAJS1Y8C+gIAyd+sdZQCAAA=
</data>
</layer>
<layer name="ruleSet" width="15" height="11">
<layer id="2" name="Input_set" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAxwotHk6CUkRkgvOXaPgsELAK//Q5WUAgAA
</data>
</layer>
<layer name="rule_Ground" width="15" height="11">
<layer id="3" name="Output_Ground" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAxkQ+kYMvRWU2BvNxI7igJzRsHgAwD6zTUDlAIAAA==
</data>
</layer>
<layer name="rule_Fringe" width="15" height="11">
<layer id="4" name="Output_Fringe" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Over" width="15" height="11">
<layer id="5" name="Output_Over" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoD6Io4GZo2DkAAAQrbYNlAIAAA==
</data>
</layer>
<layer name="rule_Collision" width="15" height="11">
<layer id="6" name="Output_Collision" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Error" width="15" height="11">
<layer id="7" name="Output_Error" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="15" height="11" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="11" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1">
<tileset firstgid="1" source="../../tilesets/collision.tsx"/>
<tileset firstgid="3" source="../../tilesets/set_rules.tsx"/>
<tileset firstgid="7" source="../../tilesets/set_thermin_cave.tsx"/>
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32">
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="15" height="11">
<layer id="1" name="Regions" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAwwQzE6m9Z6KQFD0c0jCQAAOsitkpQCAAA=
</data>
</layer>
<layer name="ruleSet" width="15" height="11">
<layer id="2" name="Input_set" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAxwEuAT0suJhT3YAScaPQqoCwBcvaZtlAIAAA==
</data>
</layer>
<layer name="rule_Ground" width="15" height="11">
<layer id="3" name="Output_Ground" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWkAi8o7TOgrhi+AAAVP3y9lAIAAA==
H4sIAAAAAAAAA2NgGAWkAi8o7TPA7hiuAAAVP3y9lAIAAA==
</data>
</layer>
<layer name="rule_Fringe" width="15" height="11">
<layer id="4" name="Output_Fringe" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Over" width="15" height="11">
<layer id="5" name="Output_Over" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAz4o/EDKDSPXiAWSscPqCtGATYAANvCyjmUAgAA
H4sIAAAAAAAAA2NgoAz4o/EDKDSPXiAWSscPsDtGASYAANvCyjmUAgAA
</data>
</layer>
<layer name="rule_Collision" width="15" height="11">
<layer id="6" name="Output_Collision" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Error" width="15" height="11">
<layer id="7" name="Output_Error" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="15" height="11" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="11" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1">
<tileset firstgid="1" source="../../tilesets/collision.tsx"/>
<tileset firstgid="3" source="../../tilesets/set_rules.tsx"/>
<tileset firstgid="7" source="../../tilesets/set_thermin_cave.tsx"/>
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32">
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="15" height="11">
<layer id="1" name="Regions" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAwwQzE6e7jqHQW0BwBMndCvlAIAAA==
</data>
</layer>
<layer name="ruleSet" width="15" height="11">
<layer id="2" name="Input_set" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAxwQjE6e7DrxccfBQMLALjpAJ6UAgAA
</data>
</layer>
<layer name="rule_Ground" width="15" height="11">
<layer id="3" name="Output_Ground" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoAzkovHzSdBbi8avJ0FvLxq/nwS9o2BwAwC0GcBglAIAAA==
</data>
</layer>
<layer name="rule_Fringe" width="15" height="11">
<layer id="4" name="Output_Fringe" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Over" width="15" height="11">
<layer id="5" name="Output_Over" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Collision" width="15" height="11">
<layer id="6" name="Output_Collision" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Error" width="15" height="11">
<layer id="7" name="Output_Error" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="15" height="11" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="11" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1">
<tileset firstgid="1" source="../../tilesets/collision.tsx"/>
<tileset firstgid="3" source="../../tilesets/set_rules.tsx"/>
<tileset firstgid="7" source="../../tilesets/set_thermin_cave.tsx"/>
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32">
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="15" height="11">
<layer id="1" name="Regions" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoBwwo9GExJHlmbGwKdGLz0xq6MUFKNE7ClABAN2nN6SUAgAA
</data>
</layer>
<layer name="ruleSet" width="15" height="11">
<layer id="2" name="Input_set" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoBxwotGExGmplxNNHJ9+UtwzCugHAJkvrvOUAgAA
</data>
</layer>
<layer name="rule_Ground" width="15" height="11">
<layer id="3" name="Output_Ground" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgoBxkQekcNPEIKB2JR28VlK5BE8+A0pl49HZB6R408QooXYlHLy7QAaU7ydA7CqgDAM64rwKUAgAA
</data>
</layer>
<layer name="rule_Fringe" width="15" height="11">
<layer id="4" name="Output_Fringe" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Over" width="15" height="11">
<layer id="5" name="Output_Over" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Collision" width="15" height="11">
<layer id="6" name="Output_Collision" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Error" width="15" height="11">
<layer id="7" name="Output_Error" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="15" height="11" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="11" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1">
<tileset firstgid="1" source="../../tilesets/collision.tsx"/>
<tileset firstgid="3" source="../../tilesets/set_rules.tsx"/>
<tileset firstgid="7" source="../../tilesets/set_thermin_cave.tsx"/>
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32">
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="15" height="11">
<layer id="1" name="Regions" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="ruleSet" width="15" height="11">
<layer id="2" name="Input_set" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Ground" width="15" height="11">
<layer id="3" name="Output_Ground" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Fringe" width="15" height="11">
<layer id="4" name="Output_Fringe" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Over" width="15" height="11">
<layer id="5" name="Output_Over" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Collision" width="15" height="11">
<layer id="6" name="Output_Collision" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Error" width="15" height="11">
<layer id="7" name="Output_Error" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="15" height="11" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="11" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1">
<tileset firstgid="1" source="../../tilesets/collision.tsx"/>
<tileset firstgid="3" source="../../tilesets/set_rules.tsx"/>
<tileset firstgid="7" source="../../tilesets/set_thermin_cave.tsx"/>
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32">
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="15" height="11">
<layer id="1" name="Regions" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="ruleSet" width="15" height="11">
<layer id="2" name="Input_set" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Ground" width="15" height="11">
<layer id="3" name="Output_Ground" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Fringe" width="15" height="11">
<layer id="4" name="Output_Fringe" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Over" width="15" height="11">
<layer id="5" name="Output_Over" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Collision" width="15" height="11">
<layer id="6" name="Output_Collision" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Error" width="15" height="11">
<layer id="7" name="Output_Error" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="15" height="11" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="11" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1">
<tileset firstgid="1" source="../../tilesets/collision.tsx"/>
<tileset firstgid="3" source="../../tilesets/set_rules.tsx"/>
<tileset firstgid="7" source="../../tilesets/set_thermin_cave.tsx"/>
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32">
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="15" height="11">
<layer id="1" name="Regions" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="ruleSet" width="15" height="11">
<layer id="2" name="Input_set" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Ground" width="15" height="11">
<layer id="3" name="Output_Ground" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Fringe" width="15" height="11">
<layer id="4" name="Output_Fringe" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Over" width="15" height="11">
<layer id="5" name="Output_Over" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Collision" width="15" height="11">
<layer id="6" name="Output_Collision" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Error" width="15" height="11">
<layer id="7" name="Output_Error" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>

View file

@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="15" height="11" tilewidth="32" tileheight="32">
<map version="1.2" tiledversion="" orientation="orthogonal" renderorder="right-down" width="15" height="11" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1">
<tileset firstgid="1" source="../../tilesets/collision.tsx"/>
<tileset firstgid="3" source="../../tilesets/set_rules.tsx"/>
<tileset firstgid="7" source="../../tilesets/set_thermin_cave.tsx"/>
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32">
<tileset firstgid="71" name="thermin-cave" tilewidth="32" tileheight="32" tilecount="128" columns="16">
<image source="../../graphics/tiles/thermin-cave.png" width="512" height="256"/>
</tileset>
<layer name="ruleRegions" width="15" height="11">
<layer id="1" name="Regions" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="ruleSet" width="15" height="11">
<layer id="2" name="Input_set" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Ground" width="15" height="11">
<layer id="3" name="Output_Ground" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Fringe" width="15" height="11">
<layer id="4" name="Output_Fringe" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Over" width="15" height="11">
<layer id="5" name="Output_Over" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Collision" width="15" height="11">
<layer id="6" name="Output_Collision" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>
</layer>
<layer name="rule_Error" width="15" height="11">
<layer id="7" name="Output_Error" width="15" height="11">
<data encoding="base64" compression="gzip">
H4sIAAAAAAAAA2NgGAWjYHABAHevG6iUAgAA
</data>