
//------------------------------------------------------------------
// Zone Description
// contains information about the whole zone
// can be completely omitted (then default-values are used)
//------------------------------------------------------------------
<Zone>        // this starts the zone description
  Name="Wine";
  Skill=4;
  Backcolor=RGB(120,17,13);
</Zone>       // this ends the zone description


//------------------------------------------------------------------
<Level>       // begin level description
  Filename="wine01";
  Time=30,25,20;
  StartSpeed=9,8,7;
  TopSpeed=5,4,3;
  IncSpeed=8,7,6;
</Level>      // end of level description  


//------------------------------------------------------------------
<Level>       // begin level description
  Filename="wine02";
  Time=40,35,30;
  StartSpeed=9,8,7;
  TopSpeed=5,4,3;
  IncSpeed=8,7,6;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="wine03";
  Time=60,45,30;
  StartSpeed=9,8,7;
  TopSpeed=5,4,3;
  IncSpeed=8,7,6;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="wine04";
  Time=60,40,30;
  StartSpeed=9,8,7;
  TopSpeed=5,4,3;
  IncSpeed=8,7,6;
</Level>      // end of level description  

//------------------------------------------------------------------
<Level>       // begin level description
  Filename="wine05";
  Time=90,80,50;
  StartSpeed=9,8,7;
  TopSpeed=5,4,3;
  IncSpeed=8,7,6;
</Level>      // end of level description  

