mirror of
https://gitee.com/dgflash/oops-game-kit.git
synced 2026-06-08 20:42:23 +08:00
升级cc3.6.2
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
"_priority": 1073741824,
|
||||
"_fov": 45,
|
||||
"_fovAxis": 0,
|
||||
"_orthoHeight": 409.1338582677165,
|
||||
"_orthoHeight": 360,
|
||||
"_near": 1,
|
||||
"_far": 2000,
|
||||
"_color": {
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
import { oops } from "../../../../../extensions/oops-plugin-framework/assets/core/Oops";
|
||||
import { AsyncQueue, NextFunction } from "../../../../../extensions/oops-plugin-framework/assets/libs/collection/AsyncQueue";
|
||||
import { ecs } from "../../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS";
|
||||
import { config } from "../../../../../extensions/oops-plugin-framework/assets/module/config/Config";
|
||||
import { UIID } from "../../common/config/GameUIConfig";
|
||||
import { Initialize } from "../Initialize";
|
||||
import { LoadingViewComp } from "../view/LoadingViewComp";
|
||||
@@ -57,7 +56,7 @@ export class InitResSystem extends ecs.ComblockSystem implements ecs.IEntityEnte
|
||||
}
|
||||
|
||||
// 设置语言包路径
|
||||
oops.language.setAssetsPath(config.game.languagePathJson, config.game.languagePathTexture);
|
||||
oops.language.setAssetsPath(oops.config.game.languagePathJson, oops.config.game.languagePathTexture);
|
||||
|
||||
// 加载语言包资源
|
||||
oops.language.setLanguage(lan, next);
|
||||
|
||||
10
package.json
10
package.json
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"_sourceId": "c30b28da-749e-479b-bcb6-cecd8d7be9e3",
|
||||
"creator": {
|
||||
"version": "3.6.1"
|
||||
"version": "3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"crypto-es": "^1.2.7"
|
||||
},
|
||||
"description": "游戏项目模板",
|
||||
"name": "oops-game-kit",
|
||||
"uuid": "00d7d957-a3e8-4ad6-80f4-2fcfb235bca4",
|
||||
"version": "3.6.1",
|
||||
"dependencies": {
|
||||
"crypto-es": "^1.2.7"
|
||||
}
|
||||
"version": "3.6.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user