diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs index b3714dc0..1c1198ab 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs @@ -498,7 +498,7 @@ namespace GameLogic DOTween.To( () => m_imgValue.fillAmount, x => m_imgValue.fillAmount = x, - originalFill, 4f + originalFill, 2f ).SetEase(Ease.OutElastic); });