ce84ae5f56
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1164 178a84e3-b1eb-0310-8ba1-8eac791a3b58
15 lines
236 B
Common Lisp
15 lines
236 B
Common Lisp
;; -*- 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 ;;
|