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

View File

@@ -300,6 +300,9 @@ export class HeroViewComp extends CCComp {
skills.resetAllCooldowns(); skills.resetAllCooldowns();
} }
to_update(){
this.ap=this.ap*this.lv
}
/** 显示伤害数字 */ /** 显示伤害数字 */
showDamage(damage: number, isCrit: boolean) { showDamage(damage: number, isCrit: boolean) {