Fixed minGameVersion / Crawler command / New rules

This commit is contained in:
Anuken
2020-09-09 22:17:26 -04:00
parent c5cb2d8683
commit 2260e6824c
6 changed files with 16 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ public class RepairPoint extends Block{
Draw.rect(region, x, y, rotation - 90);
if(target != null && Angles.angleDist(angleTo(target), rotation) < 30f){
Draw.z(Layer.power);
Draw.z(Layer.flyingUnit + 1); //above all units
float ang = angleTo(target);
float len = 5f;