角色动画 确定
This commit is contained in:
@@ -87,7 +87,6 @@ export class Initialize extends ecs.Entity {
|
||||
this.HeroList = new HeroList();
|
||||
this.HeroList.init(); // 等待数据加载完成
|
||||
smc.heros = this.HeroList.list;
|
||||
|
||||
var uic: UICallbacks = {
|
||||
onAdded: (node: Node, params: any) => {
|
||||
var comp = node.getComponent(LoadingViewComp) as ecs.Comp;
|
||||
|
||||
Reference in New Issue
Block a user