new tux tollway

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2775 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-12-26 15:50:35 +00:00
parent 2cc926b381
commit dc87362bc7
4 changed files with 8 additions and 7 deletions

View File

@ -93,8 +93,9 @@ Minibjorn
- Bubblegum model - Bubblegum model
- Nitro-tank models - Nitro-tank models
Ivar ten Cate Ivar ten Cate (Varivar)
- Old mine track - Old mine track
- Tux Tollway track
Robert Howie Robert Howie
- Skyline Track (with modifications by conso) - Skyline Track (with modifications by conso)

View File

@ -3,8 +3,8 @@
(supertuxkart-grand-prix (supertuxkart-grand-prix
(name _("All tracks")) (name _("All tracks"))
(description _("All tracks included in SuperTuxKart")) (description _("All tracks included in SuperTuxKart"))
(tracks "beach" "startrack" "lighthouse" "jungle" "mines" "islandtrack" "sandtrack" "fortmagma" "snowtuxpeak" "crescentcrossing" "olivermath" "racetrack" "city" "xr591" "canyon" "snowmountain" "tuxtrack" "skyline") (tracks "beach" "startrack" "lighthouse" "jungle" "mines" "islandtrack" "sandtrack" "fortmagma" "snowtuxpeak" "crescentcrossing" "olivermath" "racetrack" "city" "xr591" "canyon" "snowmountain" "tuxtollway" "skyline")
(laps 2 3 4 3 3 2 3 3 3 2 4 3 2 3 2 3 2 4) (laps 2 3 4 3 3 2 3 3 3 2 4 3 2 3 2 3 2 3)
) )
;; EOF ;; ;; EOF ;;

View File

@ -3,8 +3,8 @@
(supertuxkart-grand-prix (supertuxkart-grand-prix
(name _("Penguin Playground")) (name _("Penguin Playground"))
(description _("First grand prix, easy to get started")) (description _("First grand prix, easy to get started"))
(tracks "tuxtrack" "mines" "olivermath" "jungle") (tracks "sandtrack" "snowmountain" "olivermath" "jungle")
(laps 3 3 4 2 ) (laps 3 3 4 2 )
) )
;; EOF ;; ;; EOF ;;

View File

@ -3,8 +3,8 @@
(supertuxkart-grand-prix (supertuxkart-grand-prix
(name _("Snag Drive")) (name _("Snag Drive"))
(description _("Third grand prix")) (description _("Third grand prix"))
(tracks "islandtrack" "sandtrack" "snowmountain" "crescentcrossing") (tracks "islandtrack" "tuxtollway" "mines" "crescentcrossing")
(laps 2 3 3 2) (laps 2 2 3 2)
) )
;; EOF ;; ;; EOF ;;