v0.3.0: lotsa wand sprite improvements

This commit is contained in:
Evan Debenham
2015-05-07 01:18:20 -04:00
parent fb70f27695
commit 9b280400c6
3 changed files with 2 additions and 2 deletions
@@ -40,7 +40,7 @@ public class WandOfTelekinesis extends Wand {
{
name = "Wand of Telekinesis";
image = ItemSpriteSheet.WAND_BLASTING;
image = ItemSpriteSheet.WAND_BLAST_WAVE;
collisionProperties = Ballistica.STOP_TERRAIN;
}