7a6d165641
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1118 178a84e3-b1eb-0310-8ba1-8eac791a3b58
15 lines
218 B
Common Lisp
15 lines
218 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(tuxkart-kart
|
|
(name "Penny")
|
|
(model-file "pennykart-med.ac")
|
|
(icon-file "pennyicon.rgb")
|
|
(shadow-file "pennyshadow.rgb")
|
|
|
|
(red 0.8)
|
|
(green 0.2)
|
|
(blue 0.6)
|
|
|
|
)
|
|
;; EOF ;;
|