stk-code_catmod/data/race.track
hiker c59838bba3 More than one music file can now be specified for each track, a
random one of those specified is played.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1188 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2007-07-25 14:01:14 +00:00

13 lines
228 B
Common Lisp

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