Example #1
0
 private void ChangeToLevelMenu()
 {
     menu.Hide();
     levelMenu.Show();
     gameplay.Hide();
     complete.Hide();
 }