private void Awake() { Instance = this; UserInterface.Show(); IntroMenu.Show(); }
public void OnIntroButtonPressed() { OptionsMenu.Close(); IntroMenu.Show(); }