Ui 레이아웃 수정

This commit is contained in:
aube.lee
2025-02-03 00:56:45 +09:00
parent 2169242ec7
commit 40afaaa868
7 changed files with 206 additions and 83 deletions

View File

@@ -43,8 +43,9 @@ namespace TON
Main.Singleton.Initialize();
// TODO : Custom Order After System Load
UIManager.Show<IngameUI>(UIList.IngameUI);
UIManager.Show<ControllerUI>(UIList.ControllerUI);
// UIManager.Show<LogUI>(UIList.LogUI);
// UIManager.Show<TitleUI>(UIList.TitleUI);
}
}
}