diff options
Diffstat (limited to 'rules/cave/rule_cave_006.tmx')
-rw-r--r-- | rules/cave/rule_cave_006.tmx | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/rules/cave/rule_cave_006.tmx b/rules/cave/rule_cave_006.tmx index 20638185..5dc88e2d 100644 --- a/rules/cave/rule_cave_006.tmx +++ b/rules/cave/rule_cave_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"/> @@ -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"> @@ -67,14 +68,9 @@ H4sIAAAAAAAAA2NgwA1YcbBJBaSYAwDn/W5LkAAAAA== </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"> - H4sIAAAAAAAAA2NgIAw2o/EXEaHnEBp/IxF6QAAAyo+EwZAAAAA= - </data> - </layer> - <layer name="rule_Over" width="6" height="6" visible="0"> - <data encoding="base64" compression="gzip"> - H4sIAAAAAAAAA2NgGFwAAJwFCnCQAAAA + H4sIAAAAAAAAA2NgIAy2ofGXEqHnKBp/CxF6QAAAOgJv95AAAAA= </data> </layer> </map> |