DEG-136 [fix] 던전 하우징 패널 프리팹 수정

퍼즈버튼 스크립트 추가 todo 작성
This commit is contained in:
Lim0_C 2025-05-09 17:15:25 +09:00
parent 6de9aee53b
commit 0e206aa885
3 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,7 @@ public class PauseButton : MonoBehaviour
{
public void OnClicked()
{
//todo: 게임 일시정지 필요
var menuPanel = GameManager.Instance.PanelManager.GetPanel("MenuPanel");
menuPanel.GetComponent<MenuPanelController>().Show();
}

Binary file not shown.

Binary file not shown.