stk-code_catmod/data/missile.projectile
auria 7c1d3560bf first introduction of bubble gum, many improvements still necessary before it is complete
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2414 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-07 01:18:04 +00:00

14 lines
200 B
Common Lisp

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