v0.3.2: fixed Goo's spray effect being visible in the fog
This commit is contained in:
parent
83e68d116b
commit
0b17aeaf32
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user