stk-code_catmod/data/dinokart.tkkf
grumbel 7a6d165641 - moved trunk/ to trunk/supertuxkart
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1118 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2007-05-27 16:01:53 +00:00

15 lines
215 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-kart
(name "Dino")
(model-file "dinokart-high.ac")
(icon-file "dinoicon.rgb")
(shadow-file "dinoshadow.rgb")
(red 1.0)
(green 0.7)
(blue 0.1)
)
;; EOF ;;