stk-code_catmod/data/bubblegum.projectile
auria 831312d531 added new powerup icons by MiniBjorn
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2763 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2008-12-23 00:18:56 +00:00

14 lines
210 B
Common Lisp

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