stk-code_catmod/data/beach.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
346 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-track
(name "On the Beach")
(description "Created by Ingo Ruhnke")
(music "oggs/CaribbeanMusic.ogg")
(screenshot "sshot-beach.rgb")
(topview "topview-beach.rgb")
(AI-curve-speed-adjust 2.0)
(AI-angle-adjust 2.7)
)
;; EOF ;;