This commit is contained in:
2024-11-27 10:41:04 +08:00
parent b1391bd903
commit 190837936d
3 changed files with 6 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ export class Hero extends ecs.Entity {
hv.aep=HInf.aep;
hv.uaep=HInf.uaep;
hv.dep=HInf.dep;
hv.edep=HInf.edep,
this.add(hv);
}
set_ratio(uuid:number){

View File

@@ -75,7 +75,7 @@ export class HeroViewComp extends CCComp {
aep:number=0;
uaep:number=0;
dep:number=0;
edep:number=0;
ap: number = 10; /**攻击力 */
ap_buff: number = 0;
ap_buffs:any = [];