v0.4.0: big restructure to item sprite sheet

This commit is contained in:
Evan Debenham
2016-05-13 15:25:08 -04:00
parent 3e5db4af17
commit c6233b274c
7 changed files with 219 additions and 209 deletions
@@ -142,7 +142,7 @@ public class Combo extends Buff implements ActionIndicator.Action {
if (((Hero)target).belongings.weapon != null){
icon = new ItemSprite(Dungeon.hero.belongings.weapon.image, null);
} else {
icon = new ItemSprite(new Item(){ {image = ItemSpriteSheet.WEAPON; }});
icon = new ItemSprite(new Item(){ {image = ItemSpriteSheet.WEAPON_HOLDER; }});
}
if (count >= 10) icon.tint(0xFFFF0000);