diff options
Diffstat (limited to 'rules/example_mountain.tmx')
-rw-r--r-- | rules/example_mountain.tmx | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/rules/example_mountain.tmx b/rules/example_mountain.tmx index 6f4bba7d..1f9069ee 100644 --- a/rules/example_mountain.tmx +++ b/rules/example_mountain.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="45" height="45" tilewidth="32" tileheight="32"> - <tileset firstgid="1" name="collision" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/collision.png" width="64" height="32"/> - </tileset> - <tileset firstgid="3" name="set" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/set_icemountain.png" width="224" height="128"/> - </tileset> - <tileset firstgid="31" name="Snow" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Snow.png" width="512" height="512"/> - </tileset> - <tileset firstgid="287" name="Snow_ground" tilewidth="32" tileheight="32"> - <image source="../graphics/tiles/Snow_ground.png" width="352" height="224"/> - </tileset> + <tileset firstgid="1" source="../tilesets/collision.tsx"/> + <tileset firstgid="3" source="../tilesets/set_icemountain.tsx"/> + <tileset firstgid="31" source="../tilesets/snow.tsx"/> + <tileset firstgid="287" source="../tilesets/snow_ground.tsx"/> <layer name="Underground" width="45" height="45"> <data encoding="base64" compression="zlib"> eJztwzENAAAMA6DOVf0rq4p9kNBLqqqqqqqqqqq+H0tNwvE= |