stk-code_catmod/data/cake.projectile
hikerstk 4a85118dbd Removed many warnings, mostly caused by texture that were not found.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3255 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-13 08:32:19 +00:00

15 lines
355 B
Common Lisp

;; -*- mode: lisp -*-
(tuxkart-collectable
(name "cake")
(mesh "cake.b3d")
(icon "cake-icon.png")
(speed 50.0)
(min-height 0.2)
(max-height 1.0)
(force-updown 25.0) ;; force raising/lowering the homing missile if it's too low/high
(max-distance 90.0) ;; maximum distance at which a kart is still followed
)
;; EOF ;;