feat: 스테이지 클리어 정보에 따라 slide 데이터 세팅 구조 적용

This commit is contained in:
aube.lee
2025-02-14 22:44:03 +09:00
parent c54ab55c5a
commit 5c16ce7fa2
9 changed files with 225 additions and 51 deletions

View File

@@ -44,12 +44,12 @@ namespace TON
Main.Singleton.Initialize();
// TODO : Custom Order After System Load
// UIManager.Show<TitleUI>(UIList.TitleUI);
UIManager.Show<TitleUI>(UIList.TitleUI);
// UIManager.Show<CharaterCreateUI>(UIList.CharaterCreateUI);
// UIManager.Show<LobbyUI>(UIList.LobbyUI);
// UIManager.Show<IngameOptionUI>(UIList.IngameOptionUI);
// UIManager.Show<SkillSettingUI>(UIList.SkillSettingUI);
UIManager.Show<ControllerUI>(UIList.ControllerUI);
// UIManager.Show<ControllerUI>(UIList.ControllerUI);
// UIManager.Show<IngameUI>(UIList.IngameUI);
// ControllerUI.Instance.Initalize();
}