Beispiel #1
0
 void OpenConfirmationScreen()
 {
     rootMenu.ClosePanel();
     exitConfirmationMenu.OpenPanel();
 }
Beispiel #2
0
 public void OpenExitConfirmationScreen()
 {
     rootOverlay.ClosePanel();
     confirmExitOverlay.OpenPanel();
     confirmLevelsOverlay.ClosePanel();
 }