summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/smallbif.xml
blob: 2622556751aa28349858249d121f6c161b6a17c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Saulc
Copyright (C) 2018 TMW 2 Moubootaur Legends -->

<sprite>

  <imageset name="base" src="graphics/sprites/monsters/smallbif.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>