diff options
Diffstat (limited to 'rules/example_icecave.tmx')
-rw-r--r-- | rules/example_icecave.tmx | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/rules/example_icecave.tmx b/rules/example_icecave.tmx index 645d9cdc..d156485a 100644 --- a/rules/example_icecave.tmx +++ b/rules/example_icecave.tmx @@ -1,18 +1,10 @@ <?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"> - <tileset firstgid="1" name="set_icecave" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/set_icecave.png" width="128" height="128"/> - </tileset> - <tileset firstgid="17" name="collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/collision.png" width="64" height="32"/> - </tileset> - <tileset firstgid="19" name="icecave" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/icecave.png" width="512" height="256"/> - </tileset> - <tileset firstgid="147" name="set_rules" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/set_rules.png" width="64" height="64"/> - </tileset> + <tileset firstgid="1" source="../tilesets/set_icecave.tsx"/> + <tileset firstgid="17" source="../tilesets/collision.tsx"/> + <tileset firstgid="19" source="../tilesets/icecave.tsx"/> + <tileset firstgid="147" source="../tilesets/set_rules.tsx"/> <layer name="set" width="32" height="32" opacity="0.73"> <data encoding="base64" compression="gzip"> H4sIAAAAAAAAA+2V3Q6DIAyFcSLZjJt7/6fdDSSkae0PRYzZxQlYE75DC3QKIUx/XVL7AObjQKP5vX1AzprHdJIPyd5754FixazynapYT35EhP3j1tXcJQufUkvNNBwp3+rB6gO7R978uZp/HPNPvQmSfW+EB4/7aKmBNvcLIs7Hk8m9N5/LhfXdLLx3Hl+Av1bzhHDhel9QT+3euTNR4pK3UFoDCR/GpfzW3kVxJHyPnsXxqfU1/Ypjc/x4ELfyW/rQHfjWGnryvc7wHfijPIzme+oH7E6QcgAQAAA= |