File: course.tcl

package info (click to toggle)
tuxracer-extras 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 33,620 kB
  • sloc: tcl: 247; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Course configuration
#
tux_course_name "Snow Run 2"
tux_course_author "Tom Kocourek <tko@atempest.net> Try to sled your way down this course."
tux_course_dim 200 1500 190 1490  ;# width, length of course in m
tux_start_pt 104 6           ;# start position, measured from left rear corner
tux_angle  30                  ;# angle of course
tux_elev_scale 8.0             ;# amount by which to scale elevation data
# tux_base_height_value 255     ;# greyscale value corresponding to height
                               ;#     offset of 0 (integer from 0 - 255)
tux_elev elev.rgb              ;# bitmap specifying course elevations
tux_terrain terrain.rgb        ;# bitmap specifying terrains type
tux_trees trees.rgb

tux_course_init