奖励页面ui 修改完成
This commit is contained in:
@@ -13,6 +13,7 @@ const { ccclass, property } = _decorator;
|
||||
@ecs.register('ItemInfo', false)
|
||||
export class ItemInfoComp extends CCComp {
|
||||
onAdded(args: any) {
|
||||
this.node.setSiblingIndex(100);
|
||||
this.node.getChildByName("item").active = false;
|
||||
this.node.getChildByName("skill").active = false;
|
||||
this.node.getChildByName("hero").active = false;
|
||||
|
||||
Reference in New Issue
Block a user