v0.3.2: fixed Goo's spray effect being visible in the fog

This commit is contained in:
Evan Debenham 2015-09-30 16:49:20 -04:00
parent 83e68d116b
commit 0b17aeaf32

View File

@ -96,6 +96,7 @@ public class GooSprite extends MobSprite {
public void update() {
super.update();
spray.pos(center());
spray.visible = visible;
}
public static class GooParticle extends PixelParticle.Shrinking {