stk-code_catmod/data/missile.projectile
hikerstk 57df099065 1) Improved handling of rockets
2) Enabled timing display again
3) Some code cleanup.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1382 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-01-11 13:48:09 +00:00

14 lines
189 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-collectable
(name "missile")
(model "missile.ac")
(icon "missile.rgb")
(speed 50.0)
(min-height 0.3)
(max-height 1.0)
(force-updown 20)
)
;; EOF ;;