stk-code_catmod/data/race.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

13 lines
232 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-track
(name "Race Track")
(description "Created by Ingo Ruhnke")
(music "oggs/tk5a.ogg" "oggs/tk2.ogg")
(screenshot "sshot-race.rgb")
(topview "topview-race.rgb")
)
;; EOF ;;