DEG-130-기타-ui-구현 #19

Merged
Lim0_C merged 2 commits from DEG-130-기타-ui-구현 into main 2025-05-09 04:03:34 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 53f3853d74 - Show all commits

BIN
Assets/LYM/Scenes/HousingUI.unity (Stored with Git LFS)

Binary file not shown.

View File

@ -8,8 +8,7 @@ public class MainUIPanelController : MonoBehaviour
public void OnClickStartButton()
{
var popupPanel = GameManager.Instance.PanelManager.GetPanel("PopupPanel");
popupPanel.GetComponent<PopupPanelController>().Show("This is PopupPanel!!", () => {Debug.Log("Confirmed");}, () => {Debug.Log("Canceled");});
GameManager.Instance.ChangeToHomeScene();
}
public void OnClickSettingsButton()