15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
|
;; -*- mode: lisp -*-
|
||
|
|
||
|
(tuxkart-kart
|
||
|
(name "Dino")
|
||
|
(model-file "dinokart-high.ac")
|
||
|
(icon-file "dinoicon.rgb")
|
||
|
(shadow-file "dinoshadow.rgb")
|
||
|
|
||
|
(red 1.0)
|
||
|
(green 0.7)
|
||
|
(blue 0.1)
|
||
|
|
||
|
)
|
||
|
;; EOF ;;
|