改动与优化

This commit is contained in:
2026-07-20 22:19:25 +08:00
parent 0a0872c4f4
commit b5d1cdcbc5
83 changed files with 2475 additions and 276 deletions
@@ -19,6 +19,10 @@ public class rankingList : MonoBehaviour
if (currentInstance == null)
{
currentInstance = Instantiate(rkl_prefab, rkl_parent);
if (currentInstance.GetComponent<UI_PanelPopupTween>() == null)
{
currentInstance.AddComponent<UI_PanelPopupTween>();
}
}
var listPrefab = currentInstance.GetComponent<rankingListPrefab>();
@@ -163,6 +163,8 @@ public class rankingListPrefab : MonoBehaviour
{
row.Bind(entry, ResolveRankSprite(entry.rank), formattedSubmitTime);
}
UI_OrderedEntryAnimator.PlayFadeOnly(rowObj, i, 0.16f, 0.01f, true);
}
}