11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
|
;; -*- 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 ;;
|