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
This commit is contained in:
hikerstk 2009-03-13 02:51:29 +00:00
parent 26bf230a69
commit dba91ef34e
9 changed files with 9 additions and 11 deletions

View File

@ -2,8 +2,8 @@
(tuxkart-collectable
(name "anvil")
(model "anvil.ac")
(icon "anchor-icon.rgb")
(mesh "anvil.b3d")
(icon "anchor-icon.png")
)
;; EOF ;;

View File

@ -2,8 +2,8 @@
(tuxkart-collectable
(name "Bubble Gum")
(model "../items/bubblegum.ac")
(icon "bubblegum-icon.rgb")
(mesh "../items/bubblegum.b3d")
(icon "bubblegum-icon.png")
(speed 50.0)
(min-height 0.3)
(max-height 1.0)

View File

@ -2,7 +2,6 @@
(tuxkart-collectable
(name "cake")
(model "cake.ac")
(mesh "cake.b3d")
(icon "cake-icon.rgb")
(speed 50.0)

View File

@ -3,7 +3,7 @@
(tuxkart-collectable
(name "magnet")
(model "magnet.ac")
(icon "magnet.rgb")
(icon "magnet.png")
)
;; EOF ;;

View File

@ -6,7 +6,7 @@ OBJECT poly
name "Cake"
data 4
Cake
texture "cake.rgb"
texture "cake.png"
texrep 1 1
crease 30.000000
numvert 164

BIN
data/models/cake.b3d Executable file

Binary file not shown.

BIN
data/models/cake.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -2,8 +2,8 @@
(tuxkart-collectable
(name "parachute")
(model "parachute.ac")
(icon "parachute.rgb")
(mesh "parachute.b3d")
(icon "parachute.png")
)
;; EOF ;;

View File

@ -2,9 +2,8 @@
(tuxkart-collectable
(name "zipper")
(model "zipper.ac")
(mesh "zipper.b3d")
(icon "zipper_collect.rgb")
(icon "zipper_collect.png")
)
;; EOF ;;