V0.2.1 : Added particle effects to Goo

This commit is contained in:
Evan Debenham
2014-10-02 00:31:44 -04:00
parent 13cf972982
commit 346f5b4e88
4 changed files with 170 additions and 37 deletions
@@ -38,8 +38,7 @@ public class WindParticle extends PixelParticle {
private static float angle = Random.Float( PointF.PI * 2 );
private static PointF speed = new PointF().polar( angle, 5 );
private float size;
public WindParticle() {
super();