diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2012-06-10 23:25:42 +0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2012-06-11 19:13:29 +0200 |
commit | c1acb0b2a575dcf2e04188adc3f8834ce2135b7d (patch) | |
tree | e7f5004edfef0bb55e7672a3afd6fdb427335058 /rules/woodland | |
parent | 99a449466a16625b5693ad5ee0a06ddd7dac1e9b (diff) | |
download | clientdata-c1acb0b2a575dcf2e04188adc3f8834ce2135b7d.tar.gz clientdata-c1acb0b2a575dcf2e04188adc3f8834ce2135b7d.tar.bz2 clientdata-c1acb0b2a575dcf2e04188adc3f8834ce2135b7d.tar.xz clientdata-c1acb0b2a575dcf2e04188adc3f8834ce2135b7d.zip |
tiled automapping rules: move DeleteTiles into its own first rule.
Diffstat (limited to 'rules/woodland')
-rw-r--r-- | rules/woodland/rule_woodland_001.tmx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/woodland/rule_woodland_001.tmx b/rules/woodland/rule_woodland_001.tmx index 7c0543b1..017cb0e3 100644 --- a/rules/woodland/rule_woodland_001.tmx +++ b/rules/woodland/rule_woodland_001.tmx @@ -1,8 +1,6 @@ <?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="33" height="17" tilewidth="32" tileheight="32"> - <properties> - <property name="DeleteTiles" value="true"/> - </properties> <tileset firstgid="1" name="Woodland" tilewidth="32" tileheight="32"> <image source="../../graphics/tiles/Woodland_ground.png" width="512" height="512"/> </tileset> |