mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-10 03:59:26 +02:00
scale
This commit is contained in:
@@ -937,7 +937,9 @@ public class HudUi {
|
|||||||
table.table(Tex.underline, tx -> {
|
table.table(Tex.underline, tx -> {
|
||||||
if(settings.getBool("emptywave") && state.rules.spawns.find(g -> g.getSpawned(j) > 0) == null) {
|
if(settings.getBool("emptywave") && state.rules.spawns.find(g -> g.getSpawned(j) > 0) == null) {
|
||||||
tx.center();
|
tx.center();
|
||||||
tx.add("[lightgray]<Empty>[]");
|
Label label = new Label("[lightgray]<Empty>[]");
|
||||||
|
label.setFontScale(modUiScale);
|
||||||
|
tx.add(label);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user