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