This commit is contained in:
Anuken
2021-08-29 09:12:03 -04:00
parent e30d7e998d
commit bb9d7fedf7

View File

@@ -607,7 +607,7 @@ public class UnitType extends UnlockableContent{
}
public void drawControl(Unit unit){
Draw.z(Layer.groundUnit - 2);
Draw.z(unit.isFlying() ? Layer.flyingUnitLow : Layer.groundUnit - 2);
Draw.color(Pal.accent, Color.white, Mathf.absin(4f, 0.3f));
Lines.poly(unit.x, unit.y, 4, unit.hitSize + 1.5f);