test: 테스트용 코드 업로드

This commit is contained in:
aube.lee
2025-03-10 00:17:17 +09:00
parent e4796a0e48
commit 16a6bcd180
3 changed files with 24 additions and 586 deletions

View File

@@ -45,14 +45,14 @@ namespace TON
// TODO : Custom Order After System Load
// UIManager.Show<TitleUI>(UIList.TitleUI);
UIManager.Show<IntroUI>(UIList.IntroUI);
// UIManager.Show<IntroUI>(UIList.IntroUI);
// UIManager.Show<CharaterCreateUI>(UIList.CharaterCreateUI);
// UIManager.Show<LobbyUI>(UIList.LobbyUI);
// UIManager.Show<IngameOptionUI>(UIList.IngameOptionUI);
// UIManager.Show<SkillSettingUI>(UIList.SkillSettingUI);
PlayerDataManager.Singleton.Initalize();
// UIManager.Show<ControllerUI>(UIList.ControllerUI);
// ControllerUI.Instance.Initalize();
PlayerDataManager.Singleton.bootstrapper();
UIManager.Show<ControllerUI>(UIList.ControllerUI);
ControllerUI.Instance.Initalize();
// UIManager.Show<IngameUI>(UIList.IngameUI);
// PlayerSpawner.SpawnPlayerCharacter();
}