final commit?
This commit is contained in:
parent
0e2a7cc7c3
commit
3f53e2caa8
59 changed files with 3989 additions and 1668 deletions
|
|
@ -28,11 +28,19 @@ public class MainMenuHandler : MonoBehaviour
|
|||
screenFade.gameObject.SetActive(true);
|
||||
screenFade.color = Color.clear;
|
||||
StartCoroutine(FadeScreen(2, startingScript));
|
||||
GameManager.instance.gameOver = false;
|
||||
GameManager.instance.canPause = true;
|
||||
GameManager.instance.isEndless = false;
|
||||
}
|
||||
|
||||
public void StartEndless()
|
||||
{
|
||||
|
||||
screenFade.gameObject.SetActive(true);
|
||||
screenFade.color = Color.clear;
|
||||
StartCoroutine(FadeScreen(1, startingScript));
|
||||
GameManager.instance.gameOver = false;
|
||||
GameManager.instance.canPause = true;
|
||||
GameManager.instance.isEndless = true;
|
||||
}
|
||||
|
||||
public void QuitGame()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue