인게입 UI, 인게임 옵션 UI 수정
This commit is contained in:
@@ -49,8 +49,9 @@ namespace TON
|
||||
|
||||
|
||||
// TODO : Custom Order After System Load
|
||||
// UIManager.Show<IngameUI>(UIList.IngameUI);
|
||||
UIManager.Show<IngameUI>(UIList.IngameUI);
|
||||
UIManager.Show<ControllerUI>(UIList.ControllerUI);
|
||||
UIManager.Show<IngameOptionUI>(UIList.IngameOptionUI);
|
||||
// UIManager.Show<CharaterSelectUI>(UIList.CharaterSelectUI);
|
||||
|
||||
// UIManager.Show<TitleUI>(UIList.TitleUI);
|
||||
|
||||
@@ -17,9 +17,10 @@ namespace TON
|
||||
LogUI,
|
||||
|
||||
|
||||
GameOverUI,
|
||||
GameWinUI,
|
||||
PauseUI,
|
||||
GameOverUI, // 게임 오버 시 노출되는 UI
|
||||
GameWinUI, // 게임 클리어 시 노출되는 UI
|
||||
PauseUI, // 일시중지 버튼 선택 시 노출되는 UI
|
||||
IngameOptionUI, // 화면 우측 상단 골드, 인벤토리, 옵션 버튼 UI
|
||||
|
||||
|
||||
PANEL_END,
|
||||
|
||||
Reference in New Issue
Block a user