stk-code_catmod/data/race.track

15 lines
292 B
Plaintext
Raw Normal View History

;; -*- mode: lisp -*-
(tuxkart-track
(name "Race Track")
(description "Created by Ingo Ruhnke")
(music "oggs/tk5a.ogg" "oggs/tk2.ogg")
(screenshot "sshot-race.rgb")
(topview "topview-race.rgb")
(AI-curve-speed-adjust 1.3)
(AI-angle-adjust 2.0)
)
;; EOF ;;