diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-09-29 08:08:18 +0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-11-07 15:16:21 +0100 |
commit | fc6bb1ec0b69dc9fb1c362ce7d61ef340b366fe6 (patch) | |
tree | 3ce023962fb311cd577341ec7f2dbc656f902680 /maps/rules.txt | |
parent | 70df7374627e3c715f4298756553dea89e6f44bc (diff) | |
download | clientdata-fc6bb1ec0b69dc9fb1c362ce7d61ef340b366fe6.tar.gz clientdata-fc6bb1ec0b69dc9fb1c362ce7d61ef340b366fe6.tar.bz2 clientdata-fc6bb1ec0b69dc9fb1c362ce7d61ef340b366fe6.tar.xz clientdata-fc6bb1ec0b69dc9fb1c362ce7d61ef340b366fe6.zip |
files needed for automapping feature of tiled-qt
This adds all the rules (folder rules in ./maps adn ./maps/rules.txt)
and tiles (graphics/tiles/set_*) needed for the automapping feature.
These rules help only mapping caves, icecaves and icemountains at the moment.
Diffstat (limited to 'maps/rules.txt')
-rw-r--r-- | maps/rules.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/maps/rules.txt b/maps/rules.txt new file mode 100644 index 00000000..4127660d --- /dev/null +++ b/maps/rules.txt @@ -0,0 +1,23 @@ +# lines starting with # or // are comments +# all other lines will be parsed and treated as filenames. + +./rules/rule_cave_001.tmx +./rules/rule_cave_002.tmx +./rules/rule_cave_003.tmx +./rules/rule_cave_004.tmx +./rules/rule_cave_005.tmx +./rules/rule_cave_006.tmx +./rules/rule_cave_007.tmx + +./rules/rule_icecave_001.tmx +./rules/rule_icecave_002.tmx +./rules/rule_icecave_003.tmx +./rules/rule_icecave_004.tmx +./rules/rule_icecave_005.tmx +./rules/rule_icecave_006.tmx +./rules/rule_icecave_007.tmx + +./rules/rule_icemountain_001.tmx +./rules/rule_icemountain_002.tmx +./rules/rule_icemountain_003.tmx +./rules/rule_icemountain_004.tmx |