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

@@ -65,6 +65,11 @@ namespace TON
UIManager.Hide<IngameUI>(UIList.IngameUI);
UIManager.Hide<OptionUI>(UIList.OptionUI);
UIManager.Hide<ControllerUI>(UIList.ControllerUI);
UIManager.Hide<GameoverUI>(UIList.GameOverUI);
UIManager.Hide<GameWinUI>(UIList.GameWinUI);
UIManager.Hide<PauseUI>(UIList.PauseUI);
}
}