ui设计,卡牌规则修改,不需升级卡牌词,卡牌召唤兽不再有等级

This commit is contained in:
2024-09-04 17:03:44 +08:00
parent ad52a9ad9c
commit 44cb46e7de
11 changed files with 2111 additions and 2174 deletions

View File

@@ -111,11 +111,11 @@ export class MapMonsterComp extends CCComp {
switch (x) {
case 1:
monster_layer = scene.entityLayer1!.node!;
pos.y=pos.y+100;
pos.y=pos.y+80;
break;
case 2:
monster_layer= scene.entityLayer2!.node!;
pos.y=pos.y-100;
pos.y=pos.y-80;
break;
}