ca630dcad2
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1785 178a84e3-b1eb-0310-8ba1-8eac791a3b58
11 lines
262 B
Common Lisp
11 lines
262 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(supertuxkart-cup
|
|
(name "At world's end")
|
|
(description "Last grand prix, longer and harder")
|
|
(tracks "fortmagma" "canyon" "subseatrack" "volcano" "snowtuxpeak")
|
|
(laps 3 2 3 3 3)
|
|
)
|
|
|
|
;; EOF ;;
|