2007-05-27 12:01:53 -04:00
|
|
|
;; -*- mode: lisp -*-
|
|
|
|
|
|
|
|
(tuxkart-track
|
|
|
|
(name "Sub Sea")
|
|
|
|
(description "Created by Ingo Ruhnke")
|
|
|
|
(use-fog #t)
|
|
|
|
(sky-color 0.0 0.0 0.2 0.0)
|
|
|
|
(fog-color 0.0 0.0 0.2 0.0)
|
|
|
|
(fog-start 0.0)
|
|
|
|
(fog-end 500.0)
|
|
|
|
(fog-density 0.01)
|
|
|
|
|
|
|
|
(sun-ambient 0.3 0.4 0.5 0.0)
|
|
|
|
(sun-diffuse 0.3 0.4 0.5 0.0)
|
|
|
|
(sun-specular 0.8 0.8 1.0 0.0)
|
2007-09-25 23:43:02 -04:00
|
|
|
;; The default x start coordinates are a bit too far to the right
|
|
|
|
(start-x 2.0 -1.0 2.0 -1.0 2.0 -1.0 2.0 -1.0 2.0 -1.0 )
|
2007-05-27 12:01:53 -04:00
|
|
|
(music "mods/tuxr.mod")
|
2007-09-21 02:41:12 -04:00
|
|
|
(screenshot "sshot-subseatrack.rgb")
|
|
|
|
(topview "topview-subseatrack.rgb")
|
2007-05-27 12:01:53 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
;; EOF ;;
|
|
|
|
|