dd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user