stk-code_catmod/data/items.xml
auria f855f53a54 Add lower-poly bubblegum model, to fix issue I introduced with swapper with regards to LOD+items
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8587 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-15 18:24:49 +00:00

13 lines
570 B
XML

<?xml version="1.0"?>
<items>
<bonus-box model="gift-box.b3d" lowmodel="gift-box-low.b3d" />
<banana model="banana.b3d" lowmodel="banana-low.b3d" />
<nitro-big model="nitrotank-big.b3d" lowmodel="nitrotank-big-low.b3d" />
<nitro-small model="nitrotank-small.b3d" lowmodel="nitrotank-small-low.b3d" />
<!-- While a bubble gum technically
isn't an item, it is internally
handled as one, so list it here -->
<bubblegum model="bubblegum.b3d" lowmodel="bubblegum-low.b3d" />
</items>