Bugfixes / New campaign map

This commit is contained in:
Anuken
2020-11-13 19:03:27 -05:00
parent 04c465c8f0
commit 7559996227
8 changed files with 42 additions and 27 deletions

View File

@@ -446,7 +446,7 @@ public class HudFragment extends Fragment{
Table table = new Table(Tex.button);
table.update(() -> {
if(state.isMenu()){
if(state.isMenu() || !ui.hudfrag.shown){
table.remove();
}
});