Fixed minGameVersion / Crawler command / New rules
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user