From 2eeb4a98de803c26a8ab9ebdf2d912938f84f239 Mon Sep 17 00:00:00 2001 From: "DESKTOP-SAJ6RKV\\Administrator" Date: Fri, 30 May 2025 15:07:24 +0800 Subject: [PATCH] 1 --- .../GameScripts/HotFix/GameLogic/UI/UIPlayerAddNumItem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIPlayerAddNumItem.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIPlayerAddNumItem.cs index c409a97f..259a9d99 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIPlayerAddNumItem.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/UI/UIPlayerAddNumItem.cs @@ -36,8 +36,8 @@ namespace GameLogic m_tmp_addNum.color = color; // 动画:缩放到1,透明到1 - float duration = 0.35f; - m_tmp_addNum.transform.DOScale(Vector3.one, duration).SetEase(Ease.OutBack); + float duration = 1f; + m_tmp_addNum.transform.DOScale(Vector3.one * 2, duration).SetEase(Ease.OutBack); DOTween.To( () => m_tmp_addNum.color.a, a =>