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

15 lines
292 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-track
(name "Race Track")
(description "Created by Ingo Ruhnke")
(music "oggs/tk5a.ogg" "oggs/tk2.ogg")
(screenshot "sshot-race.rgb")
(topview "topview-race.rgb")
(AI-curve-speed-adjust 1.3)
(AI-angle-adjust 2.0)
)
;; EOF ;;