Added campaign target wave
This commit is contained in:
@@ -24,13 +24,11 @@ public class SaveDialog extends LoadDialog{
|
||||
public void addSetup(){
|
||||
|
||||
buttons.button("$save.new", Icon.add, () ->
|
||||
ui.showTextInput("$save", "$save.newslot", 30, "", text -> {
|
||||
ui.loadAnd("$saving", () -> {
|
||||
control.saves.addSave(text);
|
||||
Core.app.post(() -> Core.app.post(this::setup));
|
||||
});
|
||||
})
|
||||
).fillX().margin(10f);
|
||||
ui.showTextInput("$save", "$save.newslot", 30, "",
|
||||
text -> ui.loadAnd("$saving", () -> {
|
||||
control.saves.addSave(text);
|
||||
Core.app.post(() -> Core.app.post(this::setup));
|
||||
}))).fillX().margin(10f);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user