DEG-136-ui-관련-프리팹-최적화 #25

Merged
Lim0_C merged 5 commits from DEG-136-ui-관련-프리팹-최적화 into main 2025-05-12 00:30:28 +00:00
3 changed files with 5 additions and 4 deletions
Showing only changes of commit 0e206aa885 - Show all commits

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.