dd
This commit is contained in:
@@ -299,7 +299,10 @@ export class HeroViewComp extends CCComp {
|
|||||||
const skills = this.ent.get(HeroSkillsComp);
|
const skills = this.ent.get(HeroSkillsComp);
|
||||||
skills.resetAllCooldowns();
|
skills.resetAllCooldowns();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
to_update(){
|
||||||
|
this.ap=this.ap*this.lv
|
||||||
|
}
|
||||||
/** 显示伤害数字 */
|
/** 显示伤害数字 */
|
||||||
|
|
||||||
showDamage(damage: number, isCrit: boolean) {
|
showDamage(damage: number, isCrit: boolean) {
|
||||||
|
|||||||
Reference in New Issue
Block a user