몬스터 플레이어에게 이동하는 기능 추가

This commit is contained in:
Mingu Kim
2025-02-03 01:48:14 +09:00
parent 40afaaa868
commit 9fbd0cc179
6 changed files with 90 additions and 145 deletions

View File

@@ -34,13 +34,8 @@ namespace TON
{
UIManager.Show<PauseUI>(UIList.PauseUI);
Debug.Log("버튼 클릭");
// UIManager.Show<PauseUI>(UIList.PauseUI);
// 게임 일시 정지
// Time.timeScale = 0f;
Time.timeScale = 0f;
}
}