对UI进行调整
This commit is contained in:
@@ -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(); // 处理队列中的下一个卡牌
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user