改动与优化
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user