summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/ironfragments.xml
blob: 6fd48e945588fdb3a19d2aca31692951435d6f4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<sprite>

  <imageset name="base" src="graphics/sprites/monsters/ironfragments.png|W" width="32" height="32" />

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

  <action name="dead" imageset="base">
    <animation>
      <frame index="1"/>
    </animation>
  </action>

</sprite>