d7057c7980
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
13 lines
230 B
Common Lisp
13 lines
230 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(tuxkart-track
|
|
(name "Volcano")
|
|
(description "Created by Ingo Ruhnke")
|
|
(music "oggs/Boom_boom_boom.ogg")
|
|
(screenshot "sshot-volcano.rgb")
|
|
(topview "topview-volcano.rgb")
|
|
)
|
|
|
|
;; EOF ;;
|
|
|