mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 12:09:27 +02:00
Color underbar
This commit is contained in:
@@ -855,6 +855,7 @@ public class HudUi {
|
|||||||
if(modUiScale < 1) label2.setFontScale(Scl.scl(modUiScale));
|
if(modUiScale < 1) label2.setFontScale(Scl.scl(modUiScale));
|
||||||
to.add(label2);
|
to.add(label2);
|
||||||
})));
|
})));
|
||||||
|
tt.update(()->tt.setBackground(((NinePatchDrawable)Tex.underline2).tint(getTarget().isNull() ? Color.gray : getTarget().team().color)));
|
||||||
});
|
});
|
||||||
t.row();
|
t.row();
|
||||||
t.table(tt -> {
|
t.table(tt -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user