stk-code_catmod/data/lighthouse.track
hikerstk 533e313a87 Adjusted the layout to allow the author text to use
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
2008-02-19 00:09:03 +00:00

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 ;;