Пример #1
0
    //This script should be the central script for starting, ending, and restarting a game
    //Will need functions to:
    //Reset the scores
    //Start count down
    //End game at count down == 0
    //Calculate and display winner
    //Leave room and return to lobby
    //Set all scripts, values, Gui, etc. upon entering lobby
    //Start game function

    public void setUpLobby()
    {
        turnOnLobbyPanel();
        lobbyPanelScript.ResetLobby();
        turnOffGamePlayPanel();
        candyController.ResetAllCandies();
    }