테스트 데이터 업로드

This commit is contained in:
aube.lee
2025-02-03 21:06:25 +09:00
parent f6ee992e50
commit 6850d3b80a
4 changed files with 163 additions and 175 deletions

View File

@@ -28,6 +28,7 @@ namespace TON
{
if (collision.CompareTag("Monster")) // 적과 충돌 시 제거
{
// collision.gameObject.Damage();
ReleaseObject();
}
}

View File

@@ -43,8 +43,10 @@ namespace TON
Main.Singleton.Initialize();
// TODO : Custom Order After System Load
UIManager.Show<IngameUI>(UIList.IngameUI);
// UIManager.Show<IngameUI>(UIList.IngameUI);
UIManager.Show<ControllerUI>(UIList.ControllerUI);
// UIManager.Show<CharaterSelectUI>(UIList.CharaterSelectUI);
// UIManager.Show<TitleUI>(UIList.TitleUI);
}
}