15 lines
236 B
Plaintext
15 lines
236 B
Plaintext
|
;; -*- mode: lisp -*-
|
||
|
|
||
|
(tuxkart-kart
|
||
|
(name "Hexley")
|
||
|
(model-file "hexleykart.ac")
|
||
|
(icon-file "hexleyicon.rgb")
|
||
|
(shadow-file "hexleyshadow.rgb")
|
||
|
|
||
|
(red 0.9)
|
||
|
(green 0.2)
|
||
|
(blue 0.2)
|
||
|
|
||
|
)
|
||
|
;; EOF ;;
|