summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/veinbloc-coal.xml
blob: 8b89a1de76ce76aa749df3be651f1b6a94ac5850 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<sprite>
    <imageset name="mob" 
              src="graphics/sprites/monsters/veinbloc.png" 
              width="32" 
              height="32"/>


     <action name="stand" imageset="mob">
        <animation direction="default">
            <frame index="15"/>
        </animation>
    </action>

    <action name="dead" imageset="mob">
        <animation>
            <frame index="12"/>
        </animation>
    </action>

</sprite>