summaryrefslogtreecommitdiff
path: root/data/graphics/sprites/test.xml
blob: 54944216e0537dae8e5bb672c0d31d0a063e9d95 (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
<?xml version="1.0" encoding="utf-8"?>
<sprite>
    <imageset name="base" src="graphics/sprites/manaverse_emotions.png" width="30" height="32" />

    <action name="default" imageset="base">
        <animation direction="default">
            <frame index="0" />
        </animation>
    </action>

    <action name="stand" imageset="base">
        <animation direction="default">
            <frame index="0" delay="10"/>
            <frame index="7" delay="20"/>
            <frame index="7" delay="10"/>
            <label name="test1"/>
            <frame index="5" delay="25"/>
            <goto label="test1" rand="0"/>
            <frame index="5" delay="10"/>
            <frame index="2" delay="10" rand="0"/>
            <frame index="6" delay="10"/>
            <goto label="test1" rand="100"/>
        </animation>
    </action>
    <action name="sit" imageset="base">
        <animation direction="default">
            <frame index="0" delay="85"/>
            <frame index="1" delay="10"/>
        </animation>
    </action>
</sprite>