dba91ef34e
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3254 178a84e3-b1eb-0310-8ba1-8eac791a3b58
14 lines
210 B
XML
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 ;;
|