修复bug和ui调整,下一步,达到特定等级才激活技能
This commit is contained in:
@@ -74,7 +74,7 @@ export class SkillCom extends CCComp {
|
||||
}else{
|
||||
this.anim=this.node.getComponent(Animation)
|
||||
}
|
||||
oops.message.on(GameEvent.MissionEnd, this.doDestroy, this);
|
||||
this.on(GameEvent.MissionEnd, this.doDestroy, this);
|
||||
this.node.active = true;
|
||||
//console.log("[SkillCom]:caster",this.caster)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user