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

17 lines
463 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-track
(name "The Island")
(description "Created by Johannes Sjolund")
(music "oggs/Boom_boom_boom.ogg")
(screenshot "sshot-islandtrack.rgb")
(topview "topview-islandtrack.rgb")
(start-heading 0.0 3.7 9.5 11.5 15.1 17.0 20.2 22.0 26.0 36.0 )
(start-x -1.2 1.6 -0.9 2.3 0.0 3.4 1.2 4.2 2.6 6.2 )
(start-y -0.5 -1.5 -3.8 -5.0 -7.0 -8.0 -10.4 -10.9 -13.4 -14.1 )
)
;; EOF ;;