Moved to the game data section
This commit is contained in:
@@ -164,13 +164,6 @@ public class LoadDialog extends BaseDialog{
|
||||
}
|
||||
});
|
||||
}).fillX().margin(10f);
|
||||
|
||||
buttons.button("$save.clear", Icon.trash, () -> {
|
||||
ui.showConfirm("$confirm", "$save.clear.confirm", () -> {
|
||||
control.saves.deleteAll();
|
||||
setup();
|
||||
});
|
||||
}).fillX().margin(10f);
|
||||
}
|
||||
|
||||
public void runLoadSave(SaveSlot slot){
|
||||
|
||||
Reference in New Issue
Block a user