stk-code_catmod/data/bubblegum.xml
hikerstk dba91ef34e Updated items to use b3d and png.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3254 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-13 02:51:29 +00:00

14 lines
210 B
XML

;; -*- mode: lisp -*-
(tuxkart-collectable
(name "Bubble Gum")
(mesh "../items/bubblegum.b3d")
(icon "bubblegum-icon.png")
(speed 50.0)
(min-height 0.3)
(max-height 1.0)
(force-updown 20)
)
;; EOF ;;