public void OnPointerDown(PointerEventData eventData)
 {
     if (canLaunchShip)
     {
         FadeToBlack.LoadScene(sceneName);
     }
 }
Example #2
0
 private void LoadScene()
 {
     FadeToBlack.LoadScene(sceneName);
 }
 public void LoadScene()
 {
     FadeToBlack.LoadScene(sceneName);
 }
Example #4
0
 private void OnEnable()
 {
     FadeToBlack.LoadScene(sceneName);
 }
Example #5
0
    private IEnumerator ReadDialog()
    {
        yield return(null);

        FadeToBlack.LoadScene(sceneName);
    }