This commit is contained in:
2024-08-19 23:41:41 +08:00
parent 3994ba359a
commit b772a8469f
35 changed files with 3815 additions and 1358 deletions

View File

@@ -79,7 +79,7 @@ export class CardControllerComp extends CCComp {
lists.forEach(element => {
let card = ecs.getEntity<HeroCard>(HeroCard);
let pos = v3(x,y)
card.load(pos,element[0],cards_node);
card.load(pos,element[0],cards_node,1);
x=x+142
});
this.in_load = false;