diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-10-23 18:51:16 +0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-11-07 15:16:22 +0100 |
commit | e019e52dbf801f8bec37868b46d3235fbfe76912 (patch) | |
tree | b8ce6da5136478dfc10403add09dabcc22e06838 /rules/icemountain/rule_icemountain_003.tmx | |
parent | e65d27d807b84c7a222205903a84131c2e58dc9c (diff) | |
download | clientdata-e019e52dbf801f8bec37868b46d3235fbfe76912.tar.gz clientdata-e019e52dbf801f8bec37868b46d3235fbfe76912.tar.bz2 clientdata-e019e52dbf801f8bec37868b46d3235fbfe76912.tar.xz clientdata-e019e52dbf801f8bec37868b46d3235fbfe76912.zip |
rules for automapping feature
needs support for ruleset and ruleNotset layers!
Diffstat (limited to 'rules/icemountain/rule_icemountain_003.tmx')
-rw-r--r-- | rules/icemountain/rule_icemountain_003.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/icemountain/rule_icemountain_003.tmx b/rules/icemountain/rule_icemountain_003.tmx index 33e81f56..f377ee74 100644 --- a/rules/icemountain/rule_icemountain_003.tmx +++ b/rules/icemountain/rule_icemountain_003.tmx @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.0" orientation="orthogonal" width="13" height="9" tilewidth="32" tileheight="32"> <tileset firstgid="1" name="set_icemountain" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/set_icemountain.png" width="96" height="64"/> + <image source="../../graphics/tiles/set_icemountain.png" width="96" height="64"/> </tileset> <tileset firstgid="7" 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="32" height="32"/> </tileset> <tileset firstgid="8" name="Snow" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Snow.png" width="512" height="512"/> + <image source="../../graphics/tiles/Snow.png" width="512" height="512"/> </tileset> <tileset firstgid="264" name="collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/collision.png" width="64" height="32"/> + <image source="../../graphics/tiles/collision.png" width="64" height="32"/> </tileset> <layer name="ruleRegions" width="13" height="9"> <data encoding="base64" compression="gzip"> |