2011-01-05 01:39:18 +00:00
|
|
|
<?xml version="1.0"?>
|
2018-02-11 19:01:42 -08:00
|
|
|
<particles emitter="box" box_x="0.05" box_y="0.05" box_z="0.05">
|
2011-01-05 01:39:18 +00:00
|
|
|
|
2013-06-23 20:12:10 +00:00
|
|
|
<spreading angle="2" />
|
2011-01-06 01:25:46 +00:00
|
|
|
|
2011-01-06 23:43:06 +00:00
|
|
|
<velocity x="0.0"
|
2014-11-12 22:20:33 +01:00
|
|
|
y="0.0"
|
2014-11-13 19:20:26 +01:00
|
|
|
z="-0.003" />
|
2011-01-06 01:25:46 +00:00
|
|
|
|
2011-01-05 01:39:18 +00:00
|
|
|
<material file="nitro-particle.png" />
|
|
|
|
|
|
|
|
<!-- Amount of particles emitted per second -->
|
2014-11-13 19:24:15 -05:00
|
|
|
<rate min="600"
|
|
|
|
max="800" />
|
2011-01-05 20:54:36 +00:00
|
|
|
|
2011-01-05 01:39:18 +00:00
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
2014-11-13 19:24:15 -05:00
|
|
|
<lifetime min="85"
|
|
|
|
max="120" />
|
2011-01-05 01:39:18 +00:00
|
|
|
|
|
|
|
<!-- Size of the particles -->
|
2013-06-23 20:12:10 +00:00
|
|
|
<size min="0.1"
|
2013-06-24 19:04:50 +00:00
|
|
|
max="0.25"
|
|
|
|
x-increase-factor="1.2"
|
|
|
|
y-increase-factor="1.2"
|
|
|
|
/>
|
2011-01-05 02:38:24 +00:00
|
|
|
|
2011-01-05 01:39:18 +00:00
|
|
|
<color min="255 255 255"
|
2011-01-06 02:47:34 +00:00
|
|
|
max="255 255 255" />
|
2011-01-05 01:39:18 +00:00
|
|
|
|
|
|
|
</particles>
|