private void Btn_Settings_Click(object sender, EventArgs e) { Panel_SideDecoration.Top = Btn_Settings.Top; Panel_Settings.Visible = true; Panel_Settings.BringToFront(); Panel_About.Visible = false; Panel_Home.Visible = false; }
public void Settings() { gameObject.SetActive(false); Panel_Settings.SetActive(true); }