2007-05-27 12:01:53 -04:00
|
|
|
;; -*- mode: lisp -*-
|
|
|
|
|
|
|
|
(tuxkart-collectable
|
2008-11-15 19:54:56 -05:00
|
|
|
(name "cake")
|
|
|
|
(model "cake.ac")
|
2008-12-22 19:18:56 -05:00
|
|
|
(icon "cake-icon.rgb")
|
2008-09-09 20:49:31 -04:00
|
|
|
(speed 50.0)
|
2007-12-08 08:04:56 -05:00
|
|
|
(min-height 0.2)
|
|
|
|
(max-height 1.0)
|
2008-01-11 08:48:09 -05:00
|
|
|
(force-updown 25.0) ;; force raising/lowering the homing missile if it's too low/high
|
2008-09-09 20:49:31 -04:00
|
|
|
(max-distance 90.0) ;; maximum distance at which a kart is still followed
|
2007-05-27 12:01:53 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
;; EOF ;;
|