This commit is contained in:
2025-04-27 13:29:00 +08:00
parent 789e4183ec
commit d75cce01d7
5 changed files with 70 additions and 48 deletions

View File

@@ -53,8 +53,9 @@ export class Hero extends ecs.Entity {
hv.hp= hv.hp_max =hero.hp+info.hp;
hv.ap = hero.ap+info.ap;
hv.cd = hero.a_cd
hv.rate=hero.rate
hv.r_up=hero.ra_up
hv.ap_u=hero.ap_u
hv.ap_ur=hero.ap_ur
hv.hp_up=hero.hp_up
hv.atk_skill=hero.skills[0]
this.add(hv);
const move = this.get(BattleMoveComp);