89a8219ec9
The boost-specific rate was never really noticeable anyways.
30 lines
834 B
XML
30 lines
834 B
XML
<?xml version="1.0"?>
|
|
<particles emitter="point">
|
|
|
|
<spreading angle="180" />
|
|
|
|
<velocity x="0.0"
|
|
y="0.002"
|
|
z="0.0" />
|
|
|
|
<material file="skid-particle2.png" />
|
|
|
|
<!-- Amount of particles emitted per second. The minimum rate
|
|
is used to show that the skidding bonus is now available,
|
|
the maximum is used when the skid bonus is applied to the kart -->
|
|
<rate min="1250"
|
|
max="1250" />
|
|
|
|
<!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
|
|
<lifetime min="60"
|
|
max="75" />
|
|
|
|
<!-- Size of the particles -->
|
|
<size min="0.2"
|
|
max="0.2" />
|
|
|
|
<color min="255 255 255"
|
|
max="255 255 255" />
|
|
|
|
</particles>
|