summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/rot.xml
blob: fadc871189bf9c7b2bb64f07f53f135fc593e9e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<sprite>
  <imageset name="base" src="graphics/sprites/monsters/rot.png" width="20" height="20"/>
  <action name="stand" imageset="base">
    <animation>
      <frame index="0"/>
    </animation>
  </action>
  <action name="attack" imageset="base">
    <animation direction="default">
      <sequence start="1" end="2" delay="100"/>
      <end/>
    </animation>
  </action>
  <action name="dead" imageset="base">
    <animation>
      <frame index="2" delay="5000"/>
    </animation>
  </action>
</sprite>