Disabled mobile debug / Added no-core error message

This commit is contained in:
Anuken
2018-07-01 18:15:51 -04:00
parent deadcd5339
commit 37ba95f8b3
5 changed files with 21 additions and 5 deletions

View File

@@ -116,7 +116,7 @@ public class MenuFragment implements Fragment{
FloatingDialog dialog = new FloatingDialog("$text.play");
dialog.addCloseButton();
dialog.content().defaults().height(70f).width(w).padRight(5f);
dialog.content().defaults().height(66f).width(w).padRight(5f);
dialog.content().add(new MenuButton("icon-play-2", "$text.newgame", () -> {
dialog.hide();