mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 22:09:03 +00:00
提交
This commit is contained in:
@@ -10,6 +10,8 @@ import { CCObject } from "cc";
|
||||
import { Env, EnvCurrent } from "../Env";
|
||||
import { TB } from "../config/data/schema";
|
||||
import BattleResource from "../tools/BattleResource";
|
||||
import { director } from "cc";
|
||||
import { game } from "cc";
|
||||
|
||||
export enum BattleMode{
|
||||
//无尽模式
|
||||
@@ -127,6 +129,7 @@ export default class GBattleModeManager extends Singleton {
|
||||
|
||||
//资源加载完成则显示世界
|
||||
app.sync.onReset();
|
||||
game.step();
|
||||
app.sync.onStart();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user