mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 03:59:26 +02:00
select highlighting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user