This commit is contained in:
2025-04-29 16:44:05 +08:00
parent 999250c160
commit 64163a675f

View File

@@ -299,7 +299,10 @@ export class HeroViewComp extends CCComp {
const skills = this.ent.get(HeroSkillsComp);
skills.resetAllCooldowns();
}
to_update(){
this.ap=this.ap*this.lv
}
/** 显示伤害数字 */
showDamage(damage: number, isCrit: boolean) {