File: test.xml

package info (click to toggle)
manaplus 2.1.3.17-5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 82,148 kB
  • sloc: cpp: 249,446; xml: 7,909; sh: 4,740; pascal: 4,274; makefile: 3,251; ansic: 1,095; objc: 244; sed: 16
file content (31 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download | duplicates (6)
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/manaplus_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>