改动与优化

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
+5
View File
@@ -631,6 +631,11 @@ public class SongDetailsUI : MonoBehaviour
rect.localScale = Vector3.one;
rect.anchoredPosition3D = Vector3.zero;
}
if (panel.GetComponent<UI_PanelPopupTween>() == null)
{
panel.AddComponent<UI_PanelPopupTween>();
}
}
private void RegisterManagedOverlay(GameObject panel, Action closeAction)