dc87362bc7
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2775 178a84e3-b1eb-0310-8ba1-8eac791a3b58
11 lines
263 B
Common Lisp
11 lines
263 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(supertuxkart-grand-prix
|
|
(name _("Penguin Playground"))
|
|
(description _("First grand prix, easy to get started"))
|
|
(tracks "sandtrack" "snowmountain" "olivermath" "jungle")
|
|
(laps 3 3 4 2 )
|
|
)
|
|
|
|
;; EOF ;;
|