533e313a87
two lines, which was needed for sandtrack and lighthouse. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1520 178a84e3-b1eb-0310-8ba1-8eac791a3b58
16 lines
346 B
Common Lisp
16 lines
346 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(tuxkart-track
|
|
(name "Shifting Sands")
|
|
(description "Created by Oliver & Steve Baker,
|
|
modified by M. Gagnon")
|
|
(music "oggs/desert_dunes.ogg" "oggs/tk7.ogg")
|
|
(screenshot "sshot-sandtrack.rgb")
|
|
(topview "topview-sandtrack.rgb")
|
|
(AI-curve-speed-adjust 1.0)
|
|
(AI-angle-adjust 3.0)
|
|
)
|
|
|
|
;; EOF ;;
|
|
|