2009-03-12 21:18:06 -04:00
|
|
|
;; -*- mode: lisp -*-
|
|
|
|
|
|
|
|
(tuxkart-collectable
|
|
|
|
(name "Bubble Gum")
|
2009-03-12 22:51:29 -04:00
|
|
|
(mesh "../items/bubblegum.b3d")
|
|
|
|
(icon "bubblegum-icon.png")
|
2009-03-12 21:18:06 -04:00
|
|
|
(speed 50.0)
|
|
|
|
(min-height 0.3)
|
|
|
|
(max-height 1.0)
|
|
|
|
(force-updown 20)
|
|
|
|
)
|
|
|
|
|
|
|
|
;; EOF ;;
|