攻击次数 继续完善
This commit is contained in:
@@ -28,7 +28,7 @@ export class Hero extends ecs.Entity {
|
||||
this.remove(HeroModelComp);
|
||||
super.destroy();
|
||||
}
|
||||
hart_load(uuid:number=5001) {
|
||||
hart_load(uuid:number=5004) {
|
||||
console.log("主体加载")
|
||||
let box_group=BoxSet.HERO
|
||||
var path = "game/heros/"+HeroInfo[uuid].path;
|
||||
@@ -57,6 +57,7 @@ export class Hero extends ecs.Entity {
|
||||
hv.ap_ur=hero.ap_ur
|
||||
hv.hp_up=hero.hp_up
|
||||
hv.atk_skill=hero.skills[0]
|
||||
console.log(hv.hero_name+"dis=>"+hv.dis)
|
||||
this.add(hv);
|
||||
}
|
||||
/** 加载角色 */
|
||||
|
||||
Reference in New Issue
Block a user