summaryrefslogtreecommitdiff
path: root/tmw-darkside.servegame.com/graphics/sprites/monsters/accessories/reaper-shadow.xml
blob: 94eb61cd9007e416f13a934c9e326c1477ff71e2 (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/monsters/accessories/generic-shadow-medium-circle.png" width="32" height="22"/>
  <imageset name="empty" src="graphics/sprites/monsters/accessories/empty-frame.png" width="1" height="1"/>
  <action name="stand" imageset="base">
    <animation>
      <frame index="0" offsetY="-2"/>
    </animation>
  </action>
  <action name="dead" imageset="empty">
    <animation>
      <frame index="0"/>
    </animation>
  </action>
</sprite>