stk-code_catmod/data/bubblegum.projectile
auria 1b96a7fd11 added new bowling ball by Unnamed + added license files + cleaned up collectibles that still beared an old name
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2461 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-11-16 00:54:56 +00:00

14 lines
209 B
Common Lisp

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