Assets/Scripts/UI/FinalPanel/FinalPanel.cs
@@ -272,6 +272,9 @@ scrollerCanvasGroup.alpha = 1; Debug.Log("开始展示排行榜"); } if (playPSItem.Count > 0) { itemCanvasGroup.alpha = 1; float duration = 0.1f; for (int i = 0; i < playPSItem.Count; i++) @@ -279,9 +282,6 @@ playPSItem[i].PlayDoTween(duration); yield return new WaitForSeconds(duration); } if (playPSItem.Count > 0) { image_HScore.SetActive(true); goonFade = true; ShowGoOnText();