add save/load

This commit is contained in:
Vick Scarlet
2021-12-02 17:56:28 +08:00
parent acf9b92134
commit eab1975791
11 changed files with 592 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ export default class Main extends ui.view.DefaultTheme.MainUI {
this.btnGithub.on(Laya.Event.CLICK, this, goto, ['github']);
this.btnDiscord.on(Laya.Event.CLICK, this, goto, ['discord']);
this.btnThemes.on(Laya.Event.CLICK, this, ()=>$ui.showDialog(UI.pages.THEMES));
this.btnSaveLoad.on(Laya.Event.CLICK, this, ()=>$ui.showDialog(UI.pages.SAVELOAD));
}
static load() {