fix: 스테이지 입장 시 하트 소모 로직 수정 및 재충전 시간 업데이트 로직 수정

This commit is contained in:
aube.lee
2025-02-16 19:40:04 +09:00
parent be2237b7ae
commit 6f9f18628c
4 changed files with 44 additions and 33 deletions

View File

@@ -25,6 +25,8 @@ namespace TON
public void OnClickHomeButton()
{
UIManager.Hide<PauseUI>(UIList.PauseUI);
Time.timeScale = 1f;
Main.Singleton.ChangeScene(SceneType.Lobby);
}