v0.3.0: work on wand sprites, some WIP names changed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user