This commit is contained in:
taosuqi 2026-02-04 17:52:30 +08:00
parent 5d8e22076d
commit fcab7c9232
1 changed files with 4 additions and 2 deletions

View File

@ -36,10 +36,12 @@ public class SubjectToggle : BaseItem, IPointerEnterHandler, IPointerExitHandler
{
Bootstrap.Instance.uiManager.ShowPanel<UI_TopTitlePanel>(this, E_UI_Layer.Top, (panel) =>
{
Bootstrap.Instance.uiManager.HidePanel<UI_ChooesPanel>();
Bootstrap.Instance.uiManager.ShowPanel<UI_ExperimentChooesPanel>(this, E_UI_Layer.Top, (panel) =>
{
Bootstrap.Instance.uiManager.HidePanel<UI_ChooesPanel>();
Debug.Log("加载场景成功");
Bootstrap.Instance.eventCenter.EventTrigger(Enum_EventType.UpdateProgress, 2f);
});
});
});
});