36 lines
1.0 KiB
XML
36 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!-- For sky particles, the size of the box is ignored -->
|
|
<particles emitter="box" randomize-initial-y="true" box_x="100.0" box_y="100" box_z="120.0">
|
|
|
|
<spreading angle="3" />
|
|
|
|
<velocity x="-0.00"
|
|
y="-0.005"
|
|
z="-0.00" />
|
|
|
|
<material file="confetti.png" clampu="Y" clampv="Y" />
|
|
|
|
<!-- Amount of particles emitted per second -->
|
|
<rate min="500"
|
|
max="1000" />
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
|
<lifetime min="8500"
|
|
max="9500" />
|
|
|
|
<!-- Size of the particles -->
|
|
<size min="0.10"
|
|
max="0.30" />
|
|
|
|
<color min="40 40 255"
|
|
max="255 255 255" />
|
|
|
|
<!-- How much time in milliseconds before the particle is fully faded out -->
|
|
<fadeout time="100" />
|
|
|
|
<wind speed="0.16"
|
|
flips="Y" />
|
|
|
|
</particles>
|