Force projection disappearing visuals (#4504)

* forceShrink

* forceShrink

* more quicker to tell it apart from a shield down
This commit is contained in:
Sunny Kim
2021-02-08 02:36:29 +09:00
committed by GitHub
parent 3bb85b4bda
commit 2107af1f0f
2 changed files with 15 additions and 0 deletions

View File

@@ -117,6 +117,8 @@ public class ForceProjector extends Block{
@Override
public void onRemoved(){
float radius = realRadius();
if(!broken && radius > 1f) Fx.forceShrink.at(x, y, radius, team.color);
super.onRemoved();
drawer.remove();
}