diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Actor/ActorHItem.cs index 2f7c3dcd..9a2d6d72 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, 3f + originalFill, 5f ).SetEase(Ease.OutElastic); });