select highlighting

This commit is contained in:
sharlottes
2022-04-13 00:15:18 +09:00
parent b1c17d67bd
commit 9dd20be740

View File

@@ -95,7 +95,7 @@ public class PlayerDisplay extends WindowTable implements Updatable {
public void draw(){ public void draw(){
super.draw(); super.draw();
Draw.color(Pal.gray); Draw.color(target==user?Pal.accent:Pal.gray);
Draw.alpha(parentAlpha); Draw.alpha(parentAlpha);
Lines.stroke(Scl.scl(4f)); Lines.stroke(Scl.scl(4f));
Lines.rect(x, y, width, height); Lines.rect(x, y, width, height);