stk-code_catmod/data/tuxtrack.track
hikerstk 930a1ef2b5 Added AI tweaks (adjusting curve speed and angle
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
2008-02-18 04:16:57 +00:00

20 lines
543 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-track
(name "Tux Tollway")
(description "Created by Oliver & Steve Baker")
(music "oggs/g4m-fan-track.ogg")
(screenshot "sshot-tuxtrack.rgb")
(topview "topview-tuxtrack.rgb")
(start-heading -25.0 -25.0 -25.0 -25.0 -25.0 -25.0 -25.0 -25.0 -25.0 -25.0 )
(start-x 0.1 -3.3 -1.5 -4.8 -3.0 -6.3 -4.5 -7.8 -6.0 -9.3 )
(start-y -2.0 -1.8 -4.6 -4.4 -7.2 -7.0 -9.8 -9.6 -12.4 -12.2 )
(AI-curve-speed-adjust 1.7)
(AI-angle-adjust 2.3)
)
;; EOF ;;