From 2a3afc71a4f524d61ac2e3cb3473fe37927f996d Mon Sep 17 00:00:00 2001 From: TJH Date: Tue, 24 Feb 2026 14:45:02 +0800 Subject: [PATCH] ui --- assets/Game/scripts/SlotBar.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/Game/scripts/SlotBar.ts b/assets/Game/scripts/SlotBar.ts index 0d22a8b..e8f51a3 100644 --- a/assets/Game/scripts/SlotBar.ts +++ b/assets/Game/scripts/SlotBar.ts @@ -467,10 +467,9 @@ export class SlotBar extends Component { frame.getComponent(UITransform).setContentSize(tipWidth + 140, 105); } - + tipNode.scale = new Vec3(0, 0, 0); setTimeout(() => { // 显示动画 - tipNode.scale = new Vec3(0, 0, 0); this.currentTipTween = tween(tipNode) .to(0.1, { scale: new Vec3(1, 1, 1) }) .call(() => {