summaryrefslogtreecommitdiff
path: root/maps.xml
blob: 4a0fc43696f3322163b652b82039f6cafde30b5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144
Copyright (C) 2012 Evol Online -->
<maps>
    <map name="000-0.tmx">
        <atlas name="island"/>
    </map>
    <map name="000-0-0.tmx">
        <atlas name="ship"/>
    </map>
    <map name="000-1.tmx">
        <atlas name="island"/>
    </map>
    <map name="000-2-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="island">
        <file name="graphics/tilesets/accessory.png"/>
        <file name="graphics/tilesets/box.png"/>
        <file name="graphics/tilesets/box-x1x2.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/tree-x3x3.png"/>
        <file name="graphics/tilesets/tree-x3x4.png"/>
        <file name="graphics/tilesets/water.png"/>
    </atlas>
    <atlas name="ship">
        <file name="graphics/tilesets/box.png"/>
        <file name="graphics/tilesets/box-x1x2.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>