Removed useless menu button for desktop
This commit is contained in:
@@ -44,16 +44,7 @@ public class PausedDialog extends BaseDialog{
|
|||||||
float dw = 220f;
|
float dw = 220f;
|
||||||
cont.defaults().width(dw).height(55).pad(5f);
|
cont.defaults().width(dw).height(55).pad(5f);
|
||||||
|
|
||||||
cont.button("@back", Icon.left, this::hide).colspan(2).width(dw * 2 + 20f);
|
cont.button("@back", Icon.left, this::hide);
|
||||||
|
|
||||||
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("@settings", Icon.settings, ui.settings::show);
|
cont.button("@settings", Icon.settings, ui.settings::show);
|
||||||
|
|
||||||
if(!state.rules.tutorial){
|
if(!state.rules.tutorial){
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=c899ca692e409237ff08631845cf0ea8b9392bb5
|
archash=98b2693ae19feedb72d577ef9bdae5cfa4315c68
|
||||||
|
|||||||
Reference in New Issue
Block a user