stk-code_catmod/data/all.cup
cosmosninja ac2a0d79f8 Removed gown's bow from the grand prixes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1732 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-04-25 06:34:20 +00:00

11 lines
435 B
Common Lisp

;; -*- mode: lisp -*-
(supertuxkart-cup
(name "All tracks")
(description "All 13 tracks included in SuperTuxKart")
(tracks "beach" "startrack" "lighthouse" "volcano" "islandtrack" "bsodcastle" "snowtuxpeak" "littlevolcano" "olivermath" "race" "subseatrack" "tuxtrack")
(laps 2 3 4 3 2 3 3 2 4 5 3 2)
)
;; EOF ;;