hero和mon统一后,攻击模式需要完善
This commit is contained in:
@@ -316,6 +316,7 @@ export class HeroViewComp extends CCComp {
|
||||
pos.y=pos.y + y
|
||||
pos.x=pos.x + x
|
||||
skill.load(pos,this.box_group,this.node,skill_uuid,atk,t_pos);
|
||||
console.log(this.scale+this.hero_name+"使用技能:"+skill_uuid);
|
||||
// this.tooltip(3,smc.skills[skill_uuid].name,this.skill_uuid);
|
||||
}
|
||||
to_add_buff(hero:any,s_uuid:number){
|
||||
|
||||
Reference in New Issue
Block a user