summaryrefslogtreecommitdiff
path: root/horses.xml
blob: 077c13bd9a9b6530aefa3a7e4d63ce38fef87e6a (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144
Copyright (C) 2015 Evol Online
Copyright (C) 2019 Moubootaur Legends -->

<horses>
    <horse id="1">
        <up>
            <offset direction="up" horseOffsetY="12" />
        </up>
        <down>
            <offset direction="left" horseOffsetX="-3" horseOffsetY="20" />
            <offset direction="right" horseOffsetX="3" horseOffsetY="20" />
            <offset direction="down" horseOffsetY="20" /> <!-- TODO: LOOKS WEIRD -->
            <offset direction="up" horseOffsetY="12" />
            <sprite>monsters/mouboo.xml</sprite>
        </down>
    </horse>
    <horse id="2">
        <down>
            <sprite>monsters/tortuga.xml</sprite>
        </down>
    </horse>
</horses>