
//------------------------------------------------------------------
// Zone Description
// contains information about the whole zone
// can be completely omitted (then default-values are used)
//------------------------------------------------------------------
<Zone>        // this starts the zone description
  Name="Red";
  Skill=6;
</Zone>       // this ends the zone description


//------------------------------------------------------------------
<Level>       // begin level description
  Filename="m0";
  Time=60,30,20;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=5,4,4;
</Level>      // end of level description  


//------------------------------------------------------------------
<Level>       // begin level description
  Filename="m1";
  Time=40,30,20;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=5,4,4;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="m7";
  Time=50,40,30;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=5,4,4;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="m2";
  Time=60,50,40;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=6,5,5;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="m3";
  Time=60,50,40;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=6,5,4;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="m4";
  Time=60,50,40;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=6,5,4;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="m5";
  Time=60,50,40;
  StartSpeed=10,8,6;
  TopSpeed=4,3,2;
  IncSpeed=6,5,4;
</Level>      // end of level description  
