改动与优化

This commit is contained in:
FloatGaming
2026-07-20 22:19:25 +08:00
parent 0a0872c4f4
commit b5d1cdcbc5
83 changed files with 2475 additions and 276 deletions
+1
View File
@@ -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)
{