Exemple #1
0
    //-------------------------------------------------------------------------
    //Start the game
    void startGame()
    {
        //clear the traffic
        trafficManagerScript.stopTraffic(5f);

        //start the game music off at 0 volume, and slowly increase it
        gameStartMusicSource.volume = 0;

        gameStarting = true;
    }