f646a26fbe
Remove unsupported entries, notice that particles now are auto- faded out by lifetime Also remove flips that are not visible at all
28 lines
665 B
XML
28 lines
665 B
XML
<?xml version="1.0"?>
|
|
<particles emitter="point">
|
|
|
|
<spreading angle="24" />
|
|
|
|
<velocity x="0.000"
|
|
y="0.005"
|
|
z="0.000" />
|
|
|
|
<material file="explode.png" />
|
|
|
|
<!-- Amount of particles emitted per second -->
|
|
<rate min="30"
|
|
max="50" />
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
|
<lifetime min="300"
|
|
max="500" />
|
|
|
|
<!-- Size of the particles -->
|
|
<size min="0.55"
|
|
max="0.75" />
|
|
|
|
<color min="255 255 255"
|
|
max="255 255 255" />
|
|
|
|
</particles>
|