Removed useless menu button for desktop

This commit is contained in:
Anuken 2020-08-27 11:38:12 -04:00
parent b7ec90e7c0
commit 3f0dd7264d
2 changed files with 2 additions and 11 deletions

View File

@ -44,16 +44,7 @@ public class PausedDialog extends BaseDialog{
float dw = 220f;
cont.defaults().width(dw).height(55).pad(5f);
cont.button("@back", Icon.left, this::hide).colspan(2).width(dw * 2 + 20f);
cont.row();
//if(state.isCampaign()){
// cont.button("@techtree", Icon.tree, ui.tech::show);
//}else{
// cont.button("@database", Icon.book, ui.database::show);
//}
//TODO remove
cont.button("nothing", Icon.warning, () -> ui.showInfo("no"));
cont.button("@back", Icon.left, this::hide);
cont.button("@settings", Icon.settings, ui.settings::show);
if(!state.rules.tutorial){

View File

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=c899ca692e409237ff08631845cf0ea8b9392bb5
archash=98b2693ae19feedb72d577ef9bdae5cfa4315c68