fddfac77d2
with about 10 karts in tuxtrack and islandtrack). The number of karts is additionally now limited to 10 (see stk_config.data), the only reason for this is to avoid the same bug report when someone is using more karts than the number of specified start locations. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1261 178a84e3-b1eb-0310-8ba1-8eac791a3b58
25 lines
577 B
Common Lisp
25 lines
577 B
Common Lisp
;; -*- 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)
|
|
;; 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 )
|
|
(music "mods/tuxr.mod")
|
|
(screenshot "sshot-subseatrack.rgb")
|
|
(topview "topview-subseatrack.rgb")
|
|
)
|
|
|
|
;; EOF ;;
|
|
|