添加了几个英雄
This commit is contained in:
@@ -12,7 +12,7 @@ const { ccclass, property } = _decorator;
|
||||
export class BoxRangComp extends CCComp {
|
||||
Hero_node: any=null!;
|
||||
MonViewComp:MonViewComp = null!;
|
||||
box_group:number = BoxSet.DEFAULT;
|
||||
box_group:number = BoxSet.MONSTER;
|
||||
box_tag:number = BoxSet.ATK_RANGE;
|
||||
offset_x:number = 300;
|
||||
atk_range:number = 150;
|
||||
|
||||
Reference in New Issue
Block a user