summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/veinbloc-gold.xml
blob: 3477633d74913476cb7968b9edd0ae4fb9d8fd3e (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="14"/>
        </animation>
    </action>

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

</sprite>