stk-code_catmod/data/wilber.tkkf
hikerstk 008e74331d Removed previously committed new physics parameters, since they
caused very frequent incorrect rescues on certain tracks.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1502 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-02-16 04:44:13 +00:00

15 lines
221 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-kart
(name "Wilber")
(model-file "wilber-low.ac")
(icon-file "wilbericon.rgb")
(shadow-file "wilbershadow.rgb")
(red 0.25)
(green 0.23)
(blue 0.18)
)
;; EOF ;;