summaryrefslogblamecommitdiff
path: root/graphics/sprites/monsters/pumpkin.xml
blob: 62342e2090d97c50fb9fcdd6a7b25f7d9ce22a05 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                     










                                                                                            
         
<?xml version="1.0"?>
<sprite>
  <imageset name="base" src="graphics/sprites/monsters/pumpkin.png" width="50" height="50"/>
  <action name="stand" imageset="base">
    <animation>
      <frame index="1"/>
    </animation>
  </action>
  <action name="dead" imageset="base">
    <animation>
      <frame index="0"/>
    </animation>
  </action>
</sprite>