注释模态窗口
This commit is contained in:
parent
3c2bb10f07
commit
326b74bd03
@ -8,7 +8,7 @@ public class MainController : MonoBehaviour
|
|||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
UIManager.Instance.MainPanel = (GameObject)this.transform.Find("Panel").gameObject;
|
UIManager.Instance.MainPanel = (GameObject)this.transform.Find("Panel").gameObject;
|
||||||
UIManager.Instance.ModalsPanel = this.transform.Find("PanelModals").gameObject;
|
//UIManager.Instance.ModalsPanel = this.transform.Find("PanelModals").gameObject;
|
||||||
|
|
||||||
|
|
||||||
//MainMenu.transform.Find("Home").GetComponent<Button>().onClick.AddListener(() =>
|
//MainMenu.transform.Find("Home").GetComponent<Button>().onClick.AddListener(() =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user