121878eeb9
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1747 178a84e3-b1eb-0310-8ba1-8eac791a3b58
11 lines
217 B
Common Lisp
11 lines
217 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(supertuxkart-cup
|
|
(name "To the Moon and Back")
|
|
(description "Second grand prix")
|
|
(tracks "beach" "startrack" "jungle" "lighthouse")
|
|
(laps 2 3 2 4)
|
|
)
|
|
|
|
;; EOF ;;
|