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
15 lines
322 B
Common Lisp
15 lines
322 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(tuxkart-track
|
|
(name "Around the Lighthouse")
|
|
(description "Created by Ingo Ruhnke,
|
|
modified by M. Gagnon")
|
|
(music "oggs/tk2.ogg")
|
|
(screenshot "sshot-lighthouse.rgb")
|
|
(topview "topview-lighthouse.rgb")
|
|
(AI-curve-speed-adjust 1.7)
|
|
(AI-angle-adjust 1.7)
|
|
)
|
|
|
|
;; EOF ;;
|