示例#1
0
    void Start()
    {
        button = GameObject.Find("FinalButton").GetComponent <FinalButton>();

        nextLevel = GameObject.Find("NextLevelScreen");
        nextLevel.SetActive(false);
    }
示例#2
0
	public void Deactivate()
	{
		FinalButton.SetActive(false);
		CentralText.SetActive(true);
	}