v0.3.0: work on wand sprites, some WIP names changed

This commit is contained in:
Evan Debenham
2015-04-30 03:07:39 -04:00
parent 99d077a2dd
commit a46cfbac80
4 changed files with 8 additions and 8 deletions
@@ -44,7 +44,7 @@ public class WandOfAvalanche extends Wand {
{
name = "Wand of Avalanche";
image = ItemSpriteSheet.WAND_AVALANCHE;
image = ItemSpriteSheet.WAND_LIVING_EARTH;
collisionProperties = Ballistica.STOP_TERRAIN;
}
@@ -40,7 +40,7 @@ public class WandOfTelekinesis extends Wand {
{
name = "Wand of Telekinesis";
image = ItemSpriteSheet.WAND_FORCE;
image = ItemSpriteSheet.WAND_BLASTING;
collisionProperties = Ballistica.STOP_TERRAIN;
}