V0.2.1 : Updated Goo particle effects (much better now)

This commit is contained in:
Evan Debenham
2014-10-02 22:31:36 -04:00
parent 2b5c563b8f
commit d8e936ea97
2 changed files with 3 additions and 3 deletions
@@ -47,7 +47,7 @@ public class GooWarn extends Blob {
@Override
public void use( BlobEmitter emitter ) {
super.use( emitter );
emitter.start(GooWarnParticle.FACTORY, 0.2f, 0 );
emitter.start(GooWarnParticle.FACTORY, 0.1f, 0 );
}
@Override