930a1ef2b5
depending on track). Details in wiki. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1513 178a84e3-b1eb-0310-8ba1-8eac791a3b58
18 lines
522 B
Common Lisp
18 lines
522 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 )
|
|
(AI-curve-speed-adjust 1.7)
|
|
(AI-angle-adjust 1.7)
|
|
)
|
|
|
|
;; EOF ;;
|
|
|