feat: 게임 내 일시정지/게임 종료 팝업 백그라운드 영역 추가

This commit is contained in:
aube.lee
2025-02-16 18:18:20 +09:00
parent 4e4bfc9053
commit 967c9505e9
4 changed files with 199 additions and 14 deletions

View File

@@ -59,11 +59,5 @@ namespace TON
UIManager.Hide<ControllerUI>(UIList.ControllerUI);
}
void OnEscapeExecute()
{
// TODO : 게임 일시정지 UI 노출 시 수행
// Time.timeScale = 0f;
// UIManager.Show<PausePopupUI>(UIList.PausePopupUI);
}
}
}