blob: 2f43a0c48e7d223ff5c4211b048dab36637943f1 (
plain) (
tree)
|
|
<?xml version="1.0"?>
<effect>
<particle
position-x = "0"
position-y = "0"
position-z = "0"
lifetime = "16"
>
<emitter>
<animation imageset="graphics/particles/puff-blue.png" width="17" height="17">
<sequence start="0" end="9" delay="30" />
<frame index="0" delay="300" />
<end />
</animation>
<property name="vertical-angle" value="90"/>
<property name="power" value="4"/>
<property name="lifetime" value="30"/>
<property name="output" min="2" max="5"/>
<property name="position-x" min="-16" max="16"/>
<property name="position-y" min="-16" max="16"/>
<property name="position-z" min="0" max="3"/>
</emitter>
</particle>
</effect>
|