The exhaust is tweaked a bit
This commit is contained in:
parent
9e1afc89ee
commit
d935f0318c
@ -1,33 +1,33 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<particles emitter="box" box_x="0.05" box_y="0.05" box_z="0.60">
|
<particles emitter="box" box_x="0.05" box_y="0.05" box_z="0.10">
|
||||||
|
|
||||||
<spreading angle="2" />
|
<spreading angle="2" />
|
||||||
|
|
||||||
<velocity x="0.0"
|
<velocity x="0.0"
|
||||||
y="0.0"
|
y="0.005"
|
||||||
z="-0.003" />
|
z="-0.01" />
|
||||||
|
|
||||||
<material file="smoke_black.png" />
|
<material file="smoke.png" />
|
||||||
|
|
||||||
<!-- Amount of particles emitted per second -->
|
<!-- Amount of particles emitted per second -->
|
||||||
<rate min="600"
|
<rate min="200"
|
||||||
max="800" />
|
max="300" />
|
||||||
|
|
||||||
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
||||||
<lifetime min="85"
|
<lifetime min="10"
|
||||||
max="120" />
|
max="40" />
|
||||||
|
|
||||||
<!-- Size of the particles -->
|
<!-- Size of the particles -->
|
||||||
<size min="0.1"
|
<size min="0.05"
|
||||||
max="0.25"
|
max="0.1"
|
||||||
x-increase-factor="1.2"
|
x-increase-factor="5"
|
||||||
y-increase-factor="1.2"
|
y-increase-factor="5"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<color min="255 255 255"
|
<color min="255 255 255"
|
||||||
max="255 255 255" />
|
max="0 0 0" />
|
||||||
|
|
||||||
<!-- How much time in milliseconds before the particle is fully faded out -->
|
<!-- How much time in milliseconds before the particle is fully faded out -->
|
||||||
<fadeout time="50" />
|
<fadeout time="500" />
|
||||||
|
|
||||||
</particles>
|
</particles>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user