feat: 변경된 게임플레이 방식에 맞게 stageManager 수정

This commit is contained in:
aube.lee
2025-02-27 11:30:30 +09:00
parent 22da0f2b43
commit 65c33f820a
2 changed files with 5 additions and 78 deletions

View File

@@ -52,7 +52,8 @@ namespace TON
}
SkillDataManager.Singleton.Initalize();
StageManager.Singleton.StartStage(stageId);
// StageManager.Singleton.StartStage(stageId);
StageManager.Singleton.StartStage();
UIManager.Show<IngameUI>(UIList.IngameUI);
UIManager.Show<OptionUI>(UIList.OptionUI);
UIManager.Show<ControllerUI>(UIList.ControllerUI);