switched to new grand prixes

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1747 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-04-26 15:52:26 +00:00
parent 157bb7e9ef
commit 121878eeb9
9 changed files with 42 additions and 44 deletions

View File

@ -3,8 +3,8 @@
(supertuxkart-cup (supertuxkart-cup
(name "All tracks") (name "All tracks")
(description "All 13 tracks included in SuperTuxKart") (description "All 13 tracks included in SuperTuxKart")
(tracks "beach" "startrack" "lighthouse" "volcano" "islandtrack" "bsodcastle" "snowtuxpeak" "littlevolcano" "olivermath" "race" "subseatrack" "tuxtrack") (tracks "beach" "startrack" "lighthouse" "jungle" "volcano" "islandtrack" "sandtrack" "bsodcastle" "snowtuxpeak" "littlevolcano" "olivermath" "race" "city" "canyon" "subseatrack" "tuxtrack")
(laps 2 3 4 3 2 3 3 2 4 5 3 2) (laps 2 3 4 3 3 2 3 3 3 2 4 5 2 2 3 2)
) )
;; EOF ;; ;; EOF ;;

View File

@ -1,11 +0,0 @@
;; -*- 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 ;;

10
data/gp1.cup Normal file
View File

@ -0,0 +1,10 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "Penguin Playground")
(description "First grand prix, easy to get started")
(tracks "tuxtrack" "race" "olivermath")
(laps 3 5 4)
)
;; EOF ;;

10
data/gp2.cup Normal file
View File

@ -0,0 +1,10 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "To the Moon and Back")
(description "Second grand prix")
(tracks "beach" "startrack" "jungle" "lighthouse")
(laps 2 3 2 4)
)
;; EOF ;;

10
data/gp3.cup Normal file
View File

@ -0,0 +1,10 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "Snag Drive")
(description "Third grand prix")
(tracks "islandtrack" "sandtrack" "city" "littlevolcano")
(laps 2 3 2 2)
)
;; EOF ;;

10
data/gp4.cup Normal file
View File

@ -0,0 +1,10 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "At world's end")
(description "Last grand prix, longer and harder")
(tracks "bsodcastle" "canyon" "subseatrack" "volcano" "snowtuxpeak")
(laps 3 2 3 3 3)
)
;; EOF ;;

View File

@ -1,10 +0,0 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "All Island Tracks")
(description "All three tracks on Islands")
(tracks "beach" "lighthouse" "islandtrack" )
(laps 2 4 2)
)
;; EOF ;;

View File

@ -1,11 +0,0 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "TuxKart Cup")
(description "The original five tracks included in TuxKart")
(herring "old")
(tracks "olivermath" "bsodcastle" "tuxtrack")
(laps 4 3 2)
)
;; EOF ;;

View File

@ -1,10 +0,0 @@
;; -*- mode: lisp -*-
(supertuxkart-cup
(name "Volcano Tracks")
(description "All three tracks with Volcanos")
(tracks "volcano" "bsodcastle" "littlevolcano" )
(laps 3 3 3 3)
)
;; EOF ;;