diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-30 20:26:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-30 20:26:37 +0300 |
commit | d83c668f5f6daa3d0656fa64b8b39a16077556df (patch) | |
tree | a4a497fe944e94f528c62143d859c6d95d8424d0 /maps.xml | |
parent | c3c71ca04362304a82bbfd9c2365b968b45a3a55 (diff) | |
download | clientdata-d83c668f5f6daa3d0656fa64b8b39a16077556df.tar.gz clientdata-d83c668f5f6daa3d0656fa64b8b39a16077556df.tar.bz2 clientdata-d83c668f5f6daa3d0656fa64b8b39a16077556df.tar.xz clientdata-d83c668f5f6daa3d0656fa64b8b39a16077556df.zip |
Add atlases for all maps images.
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/maps.xml b/maps.xml new file mode 100644 index 00000000..daa6639f --- /dev/null +++ b/maps.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: 4144 +Copyright (C) 2012 Evol Online --> +<maps> + <map name="000-1.tmx"> + <atlas name="000-1"/> + </map> + <map name="000-2-0.tmx"> + <atlas name="ship"/> + </map> + <map name="000-0-0.tmx"> + <atlas name="ship"/> + </map> + <map name="000-0.tmx"> + <atlas name="ship"/> + </map> + <map name="000-2-0.tmx"> + <atlas name="ship"/> + </map> + <map name="000-2-1.tmx"> + <atlas name="ship"/> + </map> + <map name="000-2-2.tmx"> + <atlas name="ship"/> + </map> + <map name="000-2-3.tmx"> + <atlas name="ship"/> + </map> + <atlas name="000-1"> + <file name="graphics/images/ambient/whiteclouds.png"/> + <file name="graphics/tilesets/ship_base.png"/> + <file name="graphics/tilesets/ship_mast.png"/> + <file name="graphics/tilesets/ground.png"/> + <file name="graphics/tilesets/water.png"/> + <file name="graphics/tilesets/tree_x4.png"/> + <file name="graphics/tilesets/box.png"/> + <file name="graphics/tilesets/tree_x3.png"/> + <file name="graphics/tilesets/accessories.png"/> + </atlas> + <atlas name="ship"> + <file name="graphics/tilesets/indoor/ship-indoor.png"/> + <file name="graphics/tilesets/indoor/village-indoor2.png"/> + <file name="graphics/tilesets/ship_mast.png"/> + <file name="graphics/tilesets/indoor/candle.png"/> + <file name="graphics/tilesets/ground.png"/> + <file name="graphics/tilesets/indoor/box.png"/> + <file name="graphics/tilesets/indoor/shadow.png"/> + <file name="graphics/tilesets/water.png"/> + <file name="graphics/images/ambient/fog.png"/> + <file name="graphics/tilesets/indoor/ship-indoor_x3.png"/> + <file name="graphics/tilesets/indoor/carpet.png"/> + </atlas> +</maps> |