summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/montblanc.xml
blob: bdcc615ab5c80cd225d9e0ee3cf2854f82127d7a (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/montblanc.png" width="634" height="470"/>
  <imageset name="dead" src="graphics/sprites/npcs/blanc.png" width="527" height="467"/>
  <action name="stand" imageset="base">
    <animation>
      <frame index="0"/>
    </animation>
  </action>
  <action name="dead" imageset="dead">
    <animation>
      <frame index="0"/>
    </animation>
  </action>
</sprite>