Added missing file (temporary version).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3250 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2009-03-13 01:18:06 +00:00
parent 8f3e534181
commit 85bff45173

13
data/bubblegum.xml Normal file
View File

@@ -0,0 +1,13 @@
;; -*- 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 ;;