stk-code_catmod/data/grandprix/penguinplayground.grandprix
auria 5091cf74b0 fixed typo in previous commit
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2602 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-12-10 20:11:55 +00:00

11 lines
249 B
Common Lisp

;; -*- mode: lisp -*-
(supertuxkart-grand-prix
(name _("Penguin Playground"))
(description _("First grand prix, easy to get started"))
(tracks "tuxtrack" "mines" "olivermath" "jungle")
(laps 3 3 4 2 )
)
;; EOF ;;