stk-code_catmod/data/gotm.cup
auria 7260e6463b reduced number of laps for littlevolcano
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1700 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-04-20 17:17:14 +00:00

12 lines
343 B
Common Lisp

;; -*- mode: lisp -*-
(supertuxkart-cup
(name "Game-of-the-Month")
(description "All seven tracks done by the Game of the month team")
(herring "new")
(tracks "beach" "lighthouse" "startrack" "volcano" "littlevolcano" "race" "subseatrack" )
(laps 2 4 3 3 2 5 3)
)
;; EOF ;;