添加了 英雄专门处理 装备加成的文件,接下来 去掉原先的光环类文件 FightCon
This commit is contained in:
@@ -24,7 +24,6 @@ export class EquipSkillComp extends CCComp {
|
||||
onLoad() {
|
||||
this.on(GameEvent.UseSkillCard, this.get_skill, this);
|
||||
this.on(GameEvent.FightReady,this.fight_ready,this)
|
||||
this.on(GameEvent.SKILL_STONE_UP,this.skill_stone_up,this)
|
||||
this.boxs=this.node.getChildByName("boxs")
|
||||
this.skill1_cd_bar_progress=this.boxs.getChildByName("skill1").getChildByName("icon").getChildByName("cd").getComponent(ProgressBar)
|
||||
this.skill2_cd_bar_progress=this.boxs.getChildByName("skill2").getChildByName("icon").getChildByName("cd").getComponent(ProgressBar)
|
||||
|
||||
Reference in New Issue
Block a user