31 lines
820 B
XML
31 lines
820 B
XML
|
<?xml version="1.0"?>
|
||
|
<particles emitter="box" box_x="0.75" box_y="0.75" box_z="0.75">
|
||
|
|
||
|
<spreading angle="25" />
|
||
|
|
||
|
<velocity x="0.000"
|
||
|
y="0.002"
|
||
|
z="0.000" />
|
||
|
|
||
|
<material file="smoke_acid.png" />
|
||
|
|
||
|
<!-- Amount of particles emitted per second -->
|
||
|
<rate min="300"
|
||
|
max="400" />
|
||
|
|
||
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
||
|
<lifetime min="1000"
|
||
|
max="1000" />
|
||
|
|
||
|
<!-- Size of the particles -->
|
||
|
<size min="0.2"
|
||
|
max="0.66" />
|
||
|
|
||
|
<color min="255 255 255"
|
||
|
max="0 0 0" />
|
||
|
|
||
|
<!-- How much time in milliseconds before the particle is fully faded out -->
|
||
|
<fadeout time="500" />
|
||
|
|
||
|
</particles>
|