diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-07 18:17:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-07 18:17:52 +0300 |
commit | 793ec30c37f230f992ef3d0cf1727a1e793d7181 (patch) | |
tree | 825c7fa749e8c3ac4c448a620fc53eaaf270a34f /maps.xml | |
parent | 5b8126d4d987931a2e2891e10620c838397914d6 (diff) | |
download | clientdata-793ec30c37f230f992ef3d0cf1727a1e793d7181.tar.gz clientdata-793ec30c37f230f992ef3d0cf1727a1e793d7181.tar.bz2 clientdata-793ec30c37f230f992ef3d0cf1727a1e793d7181.tar.xz clientdata-793ec30c37f230f992ef3d0cf1727a1e793d7181.zip |
Add into maps.xml "ignored" atlas and add missing tileset into ship atlas.
Also assign atlas to one of maps. Most maps still missing atlases.
Diffstat (limited to 'maps.xml')
-rw-r--r-- | maps.xml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 -Copyright (C) 2012 Evol Online --> +Copyright (C) 2012-2016 Evol Online --> <maps> <map name="000-0.tmx"> <atlas name="island"/> @@ -8,6 +8,9 @@ Copyright (C) 2012 Evol Online --> <map name="000-0-0.tmx"> <atlas name="ship"/> </map> + <map name="000-0-1.tmx"> + <atlas name="ship"/> + </map> <map name="000-1.tmx"> <atlas name="island"/> </map> @@ -66,7 +69,14 @@ Copyright (C) 2012 Evol Online --> <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-indoor-fringe.png"/> <file name="graphics/tilesets/ship-sunlight-x1x5.png"/> <file name="graphics/tilesets/artis-indoor-fringe.png"/> </atlas> + + <atlas name="ignored"> + <file name="graphics/tilesets/collision.png"/> + <file name="graphics/tilesets/level-number.png"/> + </atlas> + </maps> |