Beispiel #1
0
    public void GameGo()
    {
        timerMax = timeValue;
        timerCur = 0;
        score    = 0;
        mat.SetFloat("_Glow", score * 0.1f);
        textLogic.ScoreUpdate(score);
        overLogic.Restart();
        textLogic.textOn();
        waveLogic.WaveMove(timerCur, timerMax);

        QuizOn();
        ddang = false;
        textLogic.TextColorMake('r', 255, 255, 255);
        textLogic.TextColorMake('l', 255, 255, 255);
        Time.timeScale = 1.0f;
    }