取消掉副英雄
This commit is contained in:
@@ -75,7 +75,6 @@ export class Hero extends ecs.Entity {
|
||||
// const move = this.get(BattleMoveComp);
|
||||
// move.direction = 1; // 向右移动
|
||||
// move.targetX = 800; // 右边界'
|
||||
oops.message.dispatchEvent(GameEvent.FriendCalled,{uuid:uuid})
|
||||
}
|
||||
hero_init(uuid:number=1001,node:Node,info:any={ap:0,hp:0,lv:1,crit:0,crit_d:0,dod:0,dod_no:false,crit_no:false}) {
|
||||
var hv = node.getComponent(HeroViewComp)!;
|
||||
|
||||
Reference in New Issue
Block a user