e5fd4c885c
because of 'images/sky2.rgb' not found. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1252 178a84e3-b1eb-0310-8ba1-8eac791a3b58
14 lines
231 B
Common Lisp
14 lines
231 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(tuxkart-track
|
|
(name "Gowns Bow")
|
|
(description "Created by Oliver & Steve Baker")
|
|
(gravity 78.0)
|
|
(music "mods/tk5a.mod")
|
|
(screenshot "sshot-gownsbow.rgb")
|
|
(topview "topview-gownsbow.rgb")
|
|
)
|
|
|
|
;; EOF ;;
|
|
|