blob: d0d4e63c5c1819736ac91504125fdefc5b66c0c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0"?>
<sprite>
<imageset name="base"
src="graphics/sprites/monsters/beehive.png"
width="30"
height="30"
/>
<action name="stand" imageset="base">
<animation>
<frame index="0"
offsetX="-3"
offsetY="15"/>
</animation>
</action>
<action name="dead" imageset="base">
<animation>
<frame index="1"
offsetX="-3"
offsetY="15"/>
</animation>
</action>
</sprite>
|