改动与优化
This commit is contained in:
@@ -69,6 +69,7 @@ public class mailSlotPrefab : MonoBehaviour
|
||||
}
|
||||
|
||||
GameObject go = Instantiate(rewardPreviewPrefab, rewardPreviewRoot);
|
||||
UI_OrderedEntryAnimator.PlayFadeOnly(go, i, 0.14f, 0.01f, true);
|
||||
Image icon = go.GetComponent<Image>();
|
||||
if (icon == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user