ddd
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
* @LastEditors: dgflash
|
||||
* @LastEditTime: 2022-08-17 13:46:25
|
||||
*/
|
||||
import { _decorator } from "cc";
|
||||
import { _decorator ,v3,Vec3} from "cc";
|
||||
import { oops } from "../../../../../extensions/oops-plugin-framework/assets/core/Oops";
|
||||
import { ecs } from "../../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS";
|
||||
import { CCVMParentComp } from "../../../../../extensions/oops-plugin-framework/assets/module/common/CCVMParentComp";
|
||||
import { UIID } from "../../common/config/GameUIConfig";
|
||||
import { smc } from "../../common/SingletonModuleComp";
|
||||
import { GameMap } from "../../map/GameMap";
|
||||
|
||||
import { Role } from "../../role/Role";
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
/** 游戏资源加载 */
|
||||
@@ -51,7 +51,6 @@ export class LoadingViewComp extends CCVMParentComp {
|
||||
start() {
|
||||
this.loadRes();
|
||||
}
|
||||
|
||||
/** 加载资源 */
|
||||
private async loadRes() {
|
||||
this.data.progress = 0;
|
||||
|
||||
Reference in New Issue
Block a user