home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / TuxRacer / courses / twisty_slope / course.tcl next >
Text File  |  2000-10-04  |  506b  |  13 lines

  1. #
  2. # Course configuration
  3. #
  4. tux_course_name "Windy Slope"
  5. tux_course_dim 90 480 55 470        ;# width, length of course in m
  6. tux_start_pt 45 3.5           ;# start position, measured from left rear corner
  7. tux_angle 25                   ;# angle of course
  8. tux_elev_scale 7.0             ;# amount by which to scale elevation data
  9. tux_elev elev.rgb              ;# bitmap specifying course elevations
  10. tux_terrain terrain.rgb        ;# bitmap specifying terrains type
  11.  
  12. tux_course_init
  13.