Ui 레이아웃 수정
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,6 +30,18 @@ namespace TON
|
||||
|
||||
|
||||
|
||||
public void OnPressPauseButton()
|
||||
{
|
||||
UIManager.Show<PauseUI>(UIList.PauseUI);
|
||||
|
||||
Debug.Log("버튼 클릭");
|
||||
|
||||
// UIManager.Show<PauseUI>(UIList.PauseUI);
|
||||
|
||||
|
||||
// 게임 일시 정지
|
||||
// Time.timeScale = 0f;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,15 +7,6 @@ namespace TON
|
||||
{
|
||||
public class PauseUI : UIBase
|
||||
{
|
||||
public void OnPressPause()
|
||||
{
|
||||
// UIManager.Show<PauseUI>(UIList.PauseUI);
|
||||
|
||||
Debug.Log("버튼 클릭");
|
||||
|
||||
|
||||
// 게임 일시 정지
|
||||
// Time.timeScale = 0f;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user