This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-09 11:52:44 +08:00
parent a153d98cf1
commit b2a5a6c491
967 changed files with 2612 additions and 431 deletions

View File

@@ -105,6 +105,11 @@ export class MainView extends JNGLayerBase {
app.layer.Open(GUI.Tips,{text:"敬请期待"})
}
//打开Debugger
onClickDebugger(){
app.layer.Open(GUI.Debugger);
}
//点击下一关
async onClickNextLevel(){
GOnHookManager.getIns().onNextLevel();