mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user