添加buff comp

This commit is contained in:
2024-08-27 13:23:05 +08:00
parent 45a230db33
commit 007b85fe7f
6 changed files with 177 additions and 56 deletions

View File

@@ -138,6 +138,7 @@ export class MonsterViewComp extends CCComp {
if(self_pos.x > other_pos.x&&Math.abs(self_pos.x-other_pos.x) <= BoxSet.MOVE_RANGE_X && self_pos.y==other_pos.y){
this.stop_cd=0.1
}
break
}
}
}