技能运动需要完善

This commit is contained in:
2024-09-12 11:14:37 +08:00
parent a847611240
commit 1c9aa38385
212 changed files with 531 additions and 62599 deletions

View File

@@ -156,8 +156,8 @@ export class MapMonsterComp extends CCComp {
let monster_layer = scene.entityLayer!.node!
let monster_layer1 = scene.entityLayer1!.node!;
let monster_layer2 = scene.entityLayer2!.node!;
this.addMonster(m[0],monster_layer,pos)
this.addMonster(m1[0],monster_layer1,pos1)
this.addMonster(m[0],monster_layer,pos2)
this.addMonster(m1[0],monster_layer1,pos2)
this.addMonster(m2[0],monster_layer2,pos2)
this.setp_num -= 1
}