feat: UI 숨김처리 stage Scene 스크립트에서 제어하도록 수정

This commit is contained in:
aube.lee
2025-02-20 16:54:32 +09:00
parent 389a3893d7
commit e4f787220a
4 changed files with 5 additions and 8 deletions

View File

@@ -19,8 +19,6 @@ namespace TON
public void OnClickHomeButton()
{
UIManager.Hide<GameoverUI>(UIList.GameOverUI);
Main.Singleton.ChangeScene(SceneType.Lobby);
}
@@ -37,7 +35,6 @@ namespace TON
// 입장 시 하트 소모
HeartDataManager.Singleton.UseHeart();
UIManager.Hide<GameoverUI>(UIList.GameOverUI);
Main.Singleton.ChangeScene(SceneType.Stage);
}