dd
This commit is contained in:
@@ -25,7 +25,7 @@ import { MonSet } from "../common/config/MonSet";
|
||||
@ecs.register(`Initialize`)
|
||||
export class Initialize extends ecs.Entity {
|
||||
LoadingView!: LoadingViewComp;
|
||||
|
||||
|
||||
// data:data=null!;
|
||||
protected init() {
|
||||
|
||||
@@ -68,8 +68,8 @@ export class Initialize extends ecs.Entity {
|
||||
}
|
||||
|
||||
// 设置语言包路径
|
||||
oops.language.pack.json = oops.config.game.languagePathJson;
|
||||
oops.language.pack.texture = oops.config.game.languagePathTexture;
|
||||
// oops.language.pack.json = oops.config.game.languagePathJson;
|
||||
// oops.language.pack.texture = oops.config.game.languagePathTexture;
|
||||
|
||||
// 加载语言包资源
|
||||
oops.language.setLanguage(lan, next);
|
||||
|
||||
Reference in New Issue
Block a user