2011-01-07 21:10:34 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<particles emitter="point">
|
|
|
|
|
2011-02-27 15:15:50 -05:00
|
|
|
<spreading angle="90" />
|
2011-01-07 21:10:34 -05:00
|
|
|
|
|
|
|
<velocity x="0.003"
|
2011-01-07 21:37:06 -05:00
|
|
|
y="0.0047"
|
2011-01-07 21:10:34 -05:00
|
|
|
z="0.003" />
|
|
|
|
|
|
|
|
<material file="smoke_yellow.png" />
|
|
|
|
|
|
|
|
<!-- Amount of particles emitted per second -->
|
2011-01-07 21:37:06 -05:00
|
|
|
<rate min="150"
|
|
|
|
max="300" />
|
2011-01-07 21:10:34 -05:00
|
|
|
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
|
|
|
<lifetime min="300"
|
|
|
|
max="500" />
|
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
2011-01-07 21:37:06 -05:00
|
|
|
<size min="0.6"
|
|
|
|
max="0.9" />
|
2011-01-07 21:10:34 -05:00
|
|
|
|
|
|
|
<color min="255 255 255"
|
|
|
|
max="255 255 255" />
|
|
|
|
|
|
|
|
</particles>
|