Ejemplo n.º 1
0
 public void YesButton()
 {
     // If we press the " YES " button we hide this UI, fade the screen and hide the mouse again
     changeLevelUI.SetActive(false);
     FPH_ControlManager.isScreenLocked = true;         // Screen.lockCursor = true;
     if (showChangeLevelText)
     {
         FPH_LanguageManager.static_observeTextMesh.text = "";
     }
     calledYes      = false;
     calledInteract = true;
     FPH_ChangeLevel_ButtonUI.interactObj = null;
     fadeComp.FadeOut();
 }