fix: 恢复多语言包加载以支持游戏本地化

之前多语言包加载被注释掉,导致游戏无法正确加载本地化资源。现在取消注释以恢复多语言功能,确保玩家能看到正确语言的游戏内容。
This commit is contained in:
panw
2026-04-28 16:36:24 +08:00
parent b7bd2c612b
commit aca8e46eaa
3 changed files with 308 additions and 283 deletions

View File

@@ -30,7 +30,7 @@ export class Initialize extends ecs.Entity {
// 加载自定义资
this.loadCustom(queue);
// 加载多语言包
// this.loadLanguage(queue);
this.loadLanguage(queue);
// 加载公共资源
this.loadCommon(queue);
// 加载游戏内容加载进度提示界面