summaryrefslogtreecommitdiff
path: root/npcs/undead-cart/undead-cart.xml
blob: 5b4254225b357539b4c840c2673b2a8995ac29eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<sprite>
    <imageset name="base" src="graphics/sprites/npcs/undead-cart.png" width="110" height="100" />
    <action name="stand" imageset="base">
        <animation direction="default">
            <!-- fork movements -->
            <frame index="0" delay="3000"/>
            <frame index="1" delay="500"/>
            <frame index="0" delay="1500"/>
            <frame index="1" delay="300"/>
            <frame index="0" delay="3000"/>
            <frame index="1" delay="2000"/>
        </animation>
    </action>
</sprite>