Color underbar

This commit is contained in:
sharlotte
2021-08-15 16:10:00 +09:00
parent ada8427a0b
commit d66f28c191

View File

@@ -855,6 +855,7 @@ public class HudUi {
if(modUiScale < 1) label2.setFontScale(Scl.scl(modUiScale));
to.add(label2);
})));
tt.update(()->tt.setBackground(((NinePatchDrawable)Tex.underline2).tint(getTarget().isNull() ? Color.gray : getTarget().team().color)));
});
t.row();
t.table(tt -> {