This commit is contained in:
Anuken
2020-10-26 16:54:47 -04:00
parent 909da9de3c
commit 8d7f96bf00
4 changed files with 8 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ public class HudFragment extends Fragment{
//paused table
parent.fill(t -> {
t.name = "paused";
t.top().visible(() -> state.isPaused()).touchable = Touchable.disabled;
t.top().visible(() -> state.isPaused() && shown).touchable = Touchable.disabled;
t.table(Styles.black5, top -> top.add("@paused").style(Styles.outlineLabel).pad(8f)).growX();
});