2011-01-04 20:39:18 -05:00
|
|
|
<?xml version="1.0"?>
|
2011-01-09 11:33:15 -05:00
|
|
|
<particles emitter="box" box_x="0.35" box_y="0.2" box_z="0.2">
|
2011-01-04 20:39:18 -05:00
|
|
|
|
2011-01-06 18:43:06 -05:00
|
|
|
<spreading angle="30" />
|
2011-01-05 20:25:46 -05:00
|
|
|
|
2011-01-06 18:43:06 -05:00
|
|
|
<velocity x="0.0"
|
|
|
|
y="0.001"
|
|
|
|
z="-0.003" />
|
2011-01-05 20:25:46 -05:00
|
|
|
|
2011-01-04 20:39:18 -05:00
|
|
|
<material file="nitro-particle.png" />
|
|
|
|
|
|
|
|
<!-- Amount of particles emitted per second -->
|
2011-01-09 11:46:44 -05:00
|
|
|
<rate min="400"
|
|
|
|
max="600" />
|
2011-01-05 15:54:36 -05:00
|
|
|
|
2011-01-04 20:39:18 -05:00
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
2011-01-06 18:43:06 -05:00
|
|
|
<lifetime min="400"
|
2011-01-09 11:33:15 -05:00
|
|
|
max="600" />
|
2011-01-04 20:39:18 -05:00
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
2011-01-09 11:33:15 -05:00
|
|
|
<size min="0.20"
|
|
|
|
max="0.40" />
|
2011-01-04 21:38:24 -05:00
|
|
|
|
2011-01-04 20:39:18 -05:00
|
|
|
<color min="255 255 255"
|
2011-01-05 21:47:34 -05:00
|
|
|
max="255 255 255" />
|
2011-01-04 20:39:18 -05:00
|
|
|
|
|
|
|
<!-- How much time in milliseconds before the particle is fully faded out -->
|
2011-01-09 11:33:15 -05:00
|
|
|
<fadeout time="100" />
|
2011-01-04 20:39:18 -05:00
|
|
|
|
|
|
|
</particles>
|