v0.3.0c: improved some staff particle effects

This commit is contained in:
Evan Debenham
2015-06-06 23:14:50 -04:00
parent 270022fd6b
commit 3e884cb569
4 changed files with 19 additions and 11 deletions
@@ -140,6 +140,9 @@ public class WandOfLightning extends Wand {
particle.setSize(0f, 1.5f);
particle.sizeJitter = 1f;
particle.shuffleXY(2f);
float dst = Random.Float(2f);
particle.x -= dst;
particle.y += dst;
}
@Override