11 lines
128 B
Plaintext
11 lines
128 B
Plaintext
|
;; -*- mode: lisp -*-
|
||
|
|
||
|
(tuxkart-collectable
|
||
|
(name "spark")
|
||
|
(model "spark.ac")
|
||
|
(icon "spark.rgb")
|
||
|
(speed 5.0)
|
||
|
)
|
||
|
|
||
|
;; EOF ;;
|