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