2007-07-04 22:45:48 -04:00
|
|
|
;; -*- mode: lisp -*-
|
|
|
|
|
|
|
|
(tuxkart-kart
|
|
|
|
(name "Hexley")
|
|
|
|
(model-file "hexleykart.ac")
|
|
|
|
(icon-file "hexleyicon.rgb")
|
2008-02-14 08:41:06 -05:00
|
|
|
(shadow-file "hexleyshadow.rgb")
|
2007-07-04 22:45:48 -04:00
|
|
|
|
|
|
|
(red 0.9)
|
|
|
|
(green 0.2)
|
|
|
|
(blue 0.2)
|
|
|
|
|
|
|
|
)
|
|
|
|
;; EOF ;;
|