diff --git a/src/UnitInfo/ui/windows/PlayerDisplay.java b/src/UnitInfo/ui/windows/PlayerDisplay.java index a978f88..eeae6c8 100644 --- a/src/UnitInfo/ui/windows/PlayerDisplay.java +++ b/src/UnitInfo/ui/windows/PlayerDisplay.java @@ -95,7 +95,7 @@ public class PlayerDisplay extends WindowTable implements Updatable { public void draw(){ super.draw(); - Draw.color(Pal.gray); + Draw.color(target==user?Pal.accent:Pal.gray); Draw.alpha(parentAlpha); Lines.stroke(Scl.scl(4f)); Lines.rect(x, y, width, height);