mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -17,6 +17,7 @@ export class HomeView extends JNGLayerBase {
|
||||
frameText:Label;
|
||||
|
||||
async onLoad(){
|
||||
|
||||
}
|
||||
|
||||
update(){
|
||||
|
@@ -32,7 +32,7 @@ export class MainView extends JNGLayerBase {
|
||||
|
||||
//打开Demo页面
|
||||
onOpenDemo(){
|
||||
app.layer.Open(GUI.Home);
|
||||
app.layer.Open(GUI.CampGuardianView);
|
||||
}
|
||||
|
||||
//打开聊天页面
|
||||
@@ -42,7 +42,7 @@ export class MainView extends JNGLayerBase {
|
||||
|
||||
//点击打开无限模式
|
||||
onOpenOnHook(){
|
||||
GBattleModeManager.getIns().Open(BattleMode.OnHook,true);
|
||||
GBattleModeManager.getIns().Open(BattleMode.CampGuardian,true);
|
||||
}
|
||||
|
||||
//点击PVP模式
|
||||
|
Reference in New Issue
Block a user