Better timer objective formatting

This commit is contained in:
Anuken
2022-04-22 15:05:23 -04:00
parent 2d025b43ed
commit 5a6d1787c5
2 changed files with 17 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ public class HudFragment{
parent.fill(t -> {
t.name = "waiting";
t.visible(() -> netServer.isWaitingForPlayers()).touchable = Touchable.disabled;
t.table(Styles.black6, top -> top.add("@waiting.players").style(Styles.outlineLabel).pad(16f));
t.table(Styles.black6, top -> top.add("@waiting.players").style(Styles.outlineLabel).pad(18f));
});
//minimap + position