feat: 게임 내 일시정지/게임 종료 팝업 백그라운드 영역 추가
This commit is contained in:
@@ -59,11 +59,5 @@ namespace TON
|
||||
UIManager.Hide<ControllerUI>(UIList.ControllerUI);
|
||||
}
|
||||
|
||||
void OnEscapeExecute()
|
||||
{
|
||||
// TODO : 게임 일시정지 UI 노출 시 수행
|
||||
// Time.timeScale = 0f;
|
||||
// UIManager.Show<PausePopupUI>(UIList.PausePopupUI);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user