Implementation of #5280

This commit is contained in:
Anuken
2021-06-07 10:47:53 -04:00
parent a64efce5a0
commit 82742339a3
6 changed files with 184 additions and 77 deletions
@@ -1,7 +1,6 @@
package mindustry.entities.comp;
import arc.math.*;
import arc.math.geom.*;
import mindustry.annotations.Annotations.*;
import mindustry.gen.*;
@@ -12,7 +11,6 @@ abstract class BoundedComp implements Velc, Posc, Healthc, Flyingc{
static final float warpDst = 40f;
@Import float x, y;
@Import Vec2 vel;
@Override
public void update(){