<?xml version="1.0"?>
<particles emitter="sphere" radius="0.03">

    <spreading angle="15"          />
    
    <velocity  x="0.0"
               y="0.008"
               z="-0.015"         />
    
    <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="2500"
               max="2500"          />
    
    <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
    <lifetime  min="65"
               max="75"          />
    
    <!-- Size of the particles -->
    <size      min="0.17"
               max="0.17"         />
    
    <color     min="255 50 255"
               max="255 150 255"  />

</particles>