添加了几个英雄

This commit is contained in:
2024-09-09 10:48:52 +08:00
parent 3c2bf955a6
commit 0129c63bb9
279 changed files with 25842 additions and 6672 deletions

View File

@@ -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;