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

  1. #
  2. # Course configuration
  3. #
  4. tux_course_name "Who Says Penguins Can't Fly?"
  5. tux_course_author "Bill Scherer <bscherer@bestweb.net>"
  6. tux_course_dim 60 2500        ;# width, length of course in m
  7. tux_start_pt 30 3.5           ;# start position, measured from left rear corner
  8. tux_angle  30                  ;# angle of course
  9. tux_elev_scale 10.0             ;# amount by which to scale elevation data
  10. tux_base_height_value 255     ;# greyscale value corresponding to height
  11.                                ;#     offset of 0 (integer from 0 - 255)
  12. tux_elev elev.rgb              ;# bitmap specifying course elevations
  13. tux_terrain terrain.rgb        ;# bitmap specifying terrains type
  14.  
  15. tux_course_init
  16.