blob: 6b724c9dc7e8fe65d7f7d3dbdb1dd9018b14294f (
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
|
<?xml version="1.0"?>
<effect>
<particle
position-x = "16"
position-y = "24"
position-z = "0"
lifetime="500"
>
<animation imageset="graphics/particles/circle-magic.png" width="78" height="55">
<sequence start="0" end="9" delay="80"/>
</animation>
<emitter>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" value="0"/>
<property name="lifetime" value="1"/>
<property name="output" min="0" max="1"/>
<property name="power" value="30"/>
<emitter>
<property name="vertical-angle" value="90"/>
<property name="output" min="0" max="1"/>
<property name="power" value="1"/>
<animation imageset="graphics/particles/circle-magic-trail.png" width="6" height="17">
<sequence start="0" end="9" delay="80"/>
<end/>
</animation>
</emitter>
</emitter>
</particle>
</effect>
|