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
@@ -42,7 +42,7 @@ public class EnergyParticle extends PixelParticle {
lifespan = 1f;
color( 0xFFFFAA );
speed.polar( Random.Float( 2 * PointF.PI ), Random.Float( 24, 32 ) );
speed.polar( Random.Float( PointF.PI2 ), Random.Float( 24, 32 ) );
}
public void reset( float x, float y ) {