14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
|
;; -*- mode: lisp -*-
|
||
|
|
||
|
(tuxkart-track
|
||
|
(name "Gowns Bow")
|
||
|
(description "Created by Oliver & Steve Baker")
|
||
|
(gravity 78.0)
|
||
|
(music "mods/tk5a.mod")
|
||
|
(screenshot "images/sshot-gownsbow.rgb")
|
||
|
(topview "images/topview-gownsbow.rgb")
|
||
|
)
|
||
|
|
||
|
;; EOF ;;
|
||
|
|