b1ce9ab510
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1518 178a84e3-b1eb-0310-8ba1-8eac791a3b58
15 lines
322 B
Common Lisp
15 lines
322 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(tuxkart-track
|
|
(name "Geeko Peak")
|
|
(description "Created by Oliver & Steve Baker")
|
|
(music "oggs/tk2.ogg" "oggs/kart_grand_prix.ogg")
|
|
(screenshot "sshot-geekopeak.rgb")
|
|
(topview "topview-geekopeak.rgb")
|
|
(AI-curve-speed-adjust 2.0)
|
|
(AI-angle-adjust 4.0)
|
|
)
|
|
|
|
;; EOF ;;
|
|
|