e49a415671
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1434 178a84e3-b1eb-0310-8ba1-8eac791a3b58
16 lines
437 B
Common Lisp
16 lines
437 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(tuxkart-collectable
|
|
(name "homing")
|
|
(model "homingmissile.ac")
|
|
(icon "homingmissile.rgb")
|
|
(speed 35.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 20.0) ;; maximum distance at which a kart is still followed
|
|
(max-turn-angle 65.0) ;; maximum turn angle when following a kart
|
|
)
|
|
|
|
;; EOF ;;
|