blob: 8bb1f38c73a816b9f0aed302e58f4d93bd4d86d7 (
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
24
25
26
27
28
29
30
31
32
33
34
35
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Micksha
Copyright (C) 2011-2019 Evol Online -->
<sprite>
<imageset name="base"
src="graphics/sprites/monsters/flower-growing.png|W"
width="32"
height="32"
offsetY="0"/>
<action name="spawn" imageset="base">
<animation direction="default">
<frame index="16" delay="2500"/>
<frame index="17" delay="1000"/>
<frame index="18" delay="700"/>
<frame index="19" delay="500"/>
<frame index="20" delay="500"/>
<frame index="21" delay="500"/>
<jump action="stand"/>
</animation>
</action>
<action name="stand" imageset="base">
<animation>
<frame index="22"/>
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="default">
<frame index="23"/>
</animation>
</action>
</sprite>
|