This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-04 18:58:21 +08:00
parent a5195e3a6d
commit 0556449f0a
23 changed files with 4024 additions and 963 deletions

View File

@@ -95,6 +95,11 @@ export class MainView extends JNGLayerBase {
app.layer.Open(GUI.MapSelectView);
}
//点击排行榜
onOpenOnHookRinking(){
app.layer.Open(GUI.OnHookRinkingView);
}
//点击下一关
async onClickNextLevel(){
GOnHookManager.getIns().onNextLevel();