2cddd16d40
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1322 178a84e3-b1eb-0310-8ba1-8eac791a3b58
12 lines
311 B
Common Lisp
12 lines
311 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(supertuxkart-cup
|
|
(name "TuxKart Cup")
|
|
(description "The original five tracks included in TuxKart")
|
|
(herring "old")
|
|
(tracks "olivermath" "gownsbow" "bsodcastle" "geekopeak" "tuxtrack")
|
|
(laps 4 2 3 3 2)
|
|
)
|
|
|
|
;; EOF ;;
|