11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
|
;; -*- 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" )
|
||
|
)
|
||
|
|
||
|
;; EOF ;;
|