stk-code_catmod/data/littlevolcano.track
hikerstk d7057c7980 Converted all mod files to ogg, moved the ogg files into the media
repository, and switched the track data to use the ogg files.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1448 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-07 23:09:25 +00:00

25 lines
478 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-track
(name "Little Volcano")
(description "Created by Ingo Ruhnke")
(use-fog #t)
(sky-color 0.45 0.0 0.0 0.0)
(fog-color 0.45 0.0 0.0 0.0)
(fog-start 0.0)
(fog-end 200.0)
(fog-density 0.03)
(sun-ambient 0.8 0.6 0.6 0.0)
(sun-diffuse 0.8 0.6 0.6 0.0)
(sun-specular 1.0 0.8 0.8 0.0)
(music "oggs/tk5a.ogg")
(screenshot "sshot-littlevolcano.rgb")
(topview "topview-littlevolcano.rgb")
)
;; EOF ;;