DEG-130 [fix] OnClickStartButton 코드 수정
This commit is contained in:
parent
2b84d1fd2f
commit
53f3853d74
BIN
Assets/LYM/Scenes/HousingUI.unity
(Stored with Git LFS)
BIN
Assets/LYM/Scenes/HousingUI.unity
(Stored with Git LFS)
Binary file not shown.
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user