stk-code_catmod/data/tuxkart.tkkf
hikerstk 921c2621dc 1) Fixed incorrect pitch of rockets when firing.
2) The 'unlimited rocket' cheat is now bound to F7 
   (before it was a clear key, which isn't available on
   all keyboards - at least not on mine).
Bullet only:
3) Gear parameters are now configureable and can
   be specified in stk_config.data and separately
   for each kart.
4) An explosion will somewhat push other karts that
   are close by away (some feedback on this feature
   is welcome - the impulse can be set in the 
   stk_config file).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1214 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2007-08-21 14:50:45 +00:00

14 lines
221 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 ;;