blob: 82e27970dd54c0c3cc67a848b7ded6e8edc65165 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Hal9000
Copyright (C) 2013 Evol Online -->
<effect>
<particle position-x="0" position-y="0" position-z="0">
<emitter>
<property name="position-x" value="0"/>
<property name="position-y" value="0"/>
<property name="position-z" value="90"/>
<property name="vertical-angle" value="90"/>
<property name="lifetime" value="2"/>
<animation imageset="graphics/particles/queststatus.png" width="16" height="32">
<frame index="1"/>
</animation>
</emitter>
</particle>
</effect>
|