This commit is contained in:
pan
2024-08-14 17:47:33 +08:00
parent d28ebf723f
commit 0006a75db9
5 changed files with 1835 additions and 1555 deletions

View File

@@ -50,7 +50,7 @@ export class CardControllerComp extends CCComp {
let card = ecs.getEntity<HeroCard>(HeroCard);
let pos = v3(x,y)
card.load(pos,element[0],cards_node);
x=x+120
x=x+100
});
this.node.getChildByName("cards").getChildByName("active").active = false
}