Exemplo n.º 1
0
    //The StartGame button activates this function
    public void StartGameButton()
    {
        //This launches instantly
        //screenManager.ChangeCurrentScreen(Screen.GameScreen);

        //This launches with a fade
        gameLaunch.StartGame();
        gamePlaying = true;
    }