2007-05-27 12:01:53 -04:00
|
|
|
;; -*- 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" )
|
2007-12-06 15:57:42 -05:00
|
|
|
(laps 2 4 3 3 3 5 3)
|
2007-05-27 12:01:53 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
;; EOF ;;
|