This commit is contained in:
Anuken
2021-07-17 15:18:51 -04:00
parent 820920e5f9
commit 55920e6242
5 changed files with 8 additions and 12 deletions
@@ -9,7 +9,7 @@ import static mindustry.Vars.*;
@Component
abstract class BoundedComp implements Velc, Posc, Healthc, Flyingc{
static final float warpDst = 40f;
static final float warpDst = 30f;
@Import float x, y;