blob: 2fef27a37e3fdc182d6dbd5bf36e50f98e566bdc (
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
36
|
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/monsters/psi-brain.png" width="64" height="67"/>
<action name="default" imageset="base">
<animation direction="down">
<sequence start="0" end="3" delay="125"/>
</animation>
<animation direction="right">
<sequence start="12" end="15" delay="125"/>
</animation>
<animation direction="up">
<sequence start="6" end="9" delay="125"/>
</animation>
<animation direction="left">
<sequence start="18" end="21" delay="125"/>
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
<sequence start="24" end="27" delay="200"/>
<frame index="27" delay="0"/>
</animation>
<animation direction="right">
<sequence start="24" end="27" delay="200"/>
<frame index="27" delay="0"/>
</animation>
<animation direction="up">
<sequence start="24" end="27" delay="200"/>
<frame index="27" delay="0"/>
</animation>
<animation direction="left">
<sequence start="24" end="27" delay="200"/>
<frame index="27" delay="0"/>
</animation>
</action>
</sprite>
|