게임 진입 지점 UI 추가

This commit is contained in:
aube.lee
2025-01-28 22:13:31 +09:00
parent fa08e676e5
commit 61199eac78
3 changed files with 24 additions and 75 deletions

View File

@@ -9,6 +9,7 @@ namespace TON
public void OnClickStartButton()
{
// Main.Singleton?.ChangeScene(SceneType.Ingame);
UIManager.Hide<TitleUI>(UIList.TitleUI);
// TODO: 현재 가지고 있는 캐릭터가 없다면 CharaterCreateUI 를 보여주고
UIManager.Show<CharaterCreateUI>(UIList.CharaterCreateUI);