7a6d165641
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1118 178a84e3-b1eb-0310-8ba1-8eac791a3b58
15 lines
229 B
Common Lisp
15 lines
229 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(tuxkart-kart
|
|
(name "Tux")
|
|
(model-file "tuxkart.ac")
|
|
(icon-file "tuxicon.rgb")
|
|
(shadow-file "tuxkartshadow.rgb")
|
|
|
|
(red 0.7)
|
|
(green 0.0)
|
|
(blue 0.0)
|
|
|
|
)
|
|
;; EOF ;;
|