SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<?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" />
|
||||
|
||||
<materials>
|
||||
<material name="smoke_acid.png" shader="alphablend" ignore="Y"/>
|
||||
</materials>
|
||||
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user