diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-01-27 12:04:36 +0000 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-01-27 12:07:56 +0000 |
commit | 32fd323ae1333171f3171d1c229b1d155301a644 (patch) | |
tree | ff8dce878137c9def012f1bbf56e1e03d1dbfe4d /maps.xml | |
parent | 19c88540b5ae287ba6a96b7f592d97c66e5eb7e2 (diff) | |
download | clientdata-32fd323ae1333171f3171d1c229b1d155301a644.tar.gz clientdata-32fd323ae1333171f3171d1c229b1d155301a644.tar.bz2 clientdata-32fd323ae1333171f3171d1c229b1d155301a644.tar.xz clientdata-32fd323ae1333171f3171d1c229b1d155301a644.zip |
Update Atlas.
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 42 |
1 files changed, 20 insertions, 22 deletions
@@ -2,16 +2,16 @@ <!-- Author: 4144 Copyright (C) 2012 Evol Online --> <maps> - <map name="000-1.tmx"> + <map name="000-0.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"> + <map name="000-1.tmx"> + <atlas name="000-1"/> + </map> + <map name="000-2-0.tmx"> <atlas name="ship"/> </map> <map name="000-2-0.tmx"> @@ -27,27 +27,25 @@ Copyright (C) 2012 Evol Online --> <atlas name="ship"/> </map> <atlas name="000-1"> - <file name="graphics/images/ambient/whiteclouds.png"/> + <file name="graphics/tilesets/accessory.png"/> + <file name="graphics/tilesets/box.png"/> + <file name="graphics/tilesets/box-x1-x2.png"/> + <file name="graphics/tilesets/ground.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/tree_x3x3.png"/> + <file name="graphics/tilesets/tree_x3x4.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"/> + <file name="graphics/tilesets/box.png"/> + <file name="graphics/tilesets/box-x1-x2.png"/> + <file name="graphics/tilesets/candle.png"/> + <file name="graphics/tilesets/carpet.png"/> + <file name="graphics/tilesets/shadow.png"/> + <file name="graphics/tilesets/ship-indoor.png"/> + <file name="graphics/tilesets/ship-indoor-x2x4.png"/> + <file name="graphics/tilesets/ship-sunlight-x1x5.png"/> + <file name="graphics/tilesets/village-indoor2.png"/> </atlas> </maps> |