eac019825d
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2406 178a84e3-b1eb-0310-8ba1-8eac791a3b58
11 lines
248 B
Common Lisp
11 lines
248 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(supertuxkart-grand-prix
|
|
(name _("Snag Drive"))
|
|
(description _("Third grand prix"))
|
|
(tracks "islandtrack" "sandtrack" "snowmountain" "crescentcrossing")
|
|
(laps 2 3 3 2)
|
|
)
|
|
|
|
;; EOF ;;
|