v0.3.0: added wand of transfusion

This commit is contained in:
Evan Debenham
2015-05-14 02:25:47 -04:00
parent 610cffcb9e
commit edadf3f38e
6 changed files with 257 additions and 3 deletions
@@ -64,6 +64,12 @@ public class Beam extends Image {
super(s, e, Effects.Type.LIGHT_RAY, 1f);
}
}
public static class HealthRay extends Beam{
public HealthRay(PointF s, PointF e){
super(s, e, Effects.Type.HEALTH_RAY, 0.75f);
}
}
@Override
public void update() {