Exemplo n.º 1
0
 public void SetGameOver()
 {
     Debug.Log("Game Over");
     HintsController.INSTANCE.ShowText("");
     GameOverFieldUI.SetActive(false);
     bgmController.SetGameOver();
     CharacterController.INSTANCE.resting = true;
     StartCoroutine(FadeToBlack());
 }