Merging 1.7.5 Source: effect changes

This commit is contained in:
Evan Debenham
2015-01-29 16:05:19 -05:00
parent 1b10338b37
commit d6bcece8af
15 changed files with 355 additions and 24 deletions
@@ -65,7 +65,7 @@ public class ShadowParticle extends PixelParticle.Shrinking {
size = 8;
left = lifespan = 0.5f;
speed.polar( Random.Float( 2 * PointF.PI ), Random.Float( 16, 32 ) );
speed.polar( Random.Float( PointF.PI2 ), Random.Float( 16, 32 ) );
this.x = x - speed.x * lifespan;
this.y = y - speed.y * lifespan;
}