예제 #1
0
    private void Awake()
    {
        Instance = this;

        UserInterface.Show();
        IntroMenu.Show();
    }
예제 #2
0
 public void OnIntroButtonPressed()
 {
     OptionsMenu.Close();
     IntroMenu.Show();
 }