diff options
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> |