11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
|
;; -*- mode: lisp -*-
|
||
|
|
||
|
(supertuxkart-cup
|
||
|
(name "Penguin Playground")
|
||
|
(description "First grand prix, easy to get started")
|
||
|
(tracks "tuxtrack" "race" "olivermath")
|
||
|
(laps 3 5 4)
|
||
|
)
|
||
|
|
||
|
;; EOF ;;
|