对UI进行调整

This commit is contained in:
2025-07-09 10:24:43 +08:00
parent da1db91368
commit f73badd5fc
14 changed files with 34341 additions and 34079 deletions

View File

@@ -224,7 +224,7 @@ export class CardsCompComp extends CCComp {
tween().to(0.3, { position: v3(0, 0, 0) }, { easing: 'backIn' })
)
.call(()=>{
this.node.setPosition(v3(0, -1000, 0));
this.node.setPosition(v3(1500, 640, 0));
this.isShowing = false;
this.processQueue(); // 处理队列中的下一个卡牌
})