From 161ea373e5f1419e2d8c1e6b500e4b542179d8d3 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Fri, 7 Feb 2025 11:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=AA=E7=83=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Item/HighLightFlashItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Item/HighLightFlashItem.cs b/Assets/Scripts/Item/HighLightFlashItem.cs index eadc7958..e0cf67a8 100644 --- a/Assets/Scripts/Item/HighLightFlashItem.cs +++ b/Assets/Scripts/Item/HighLightFlashItem.cs @@ -16,7 +16,7 @@ public class HighLightFlashItem : MonoBehaviour public void Init(float time, int count = -1, string finishedEvent = null) { high = GetComponent(); - high.outline = 0; + high.outline = 0.01f; dotw = DOTween.To(() => high.outline, (v) => high.outline = v, 1, time).SetEase(Ease.OutFlash).SetLoops(count, LoopType.Yoyo).OnComplete(() => { if (string.IsNullOrEmpty(finishedEvent)==false)