Beispiel #1
0
    public void NewGame()
    {
        currentTime        = 1.0f;
        battery.sprite     = NormalCharge;
        battery.fillAmount = currentTime;

        day             = 1;
        dayDisplay.text = day.ToString();

        player.WarpPlayer(warpPoint.transform.position);

        pauseTimer = true;

        seasons.NewGame();
    }