开始制作召唤技能

This commit is contained in:
2025-01-16 09:44:28 +08:00
parent 27603e2434
commit 30c908ee78
9 changed files with 457 additions and 14 deletions

View File

@@ -170,6 +170,7 @@ export class HeroViewComp extends CCComp {
let skill = oCol.node.getComponent(SkillCom)!;
// console.log(Date.now()+this.hero_name+":"+this.uuid+' onBeginContact: '+skill.s_name+skill.uuid);
if(this.hp <= 0 ) return
if(skill.tg< 3) return
this.check_uatk(skill);
}
}