Esempio n. 1
0
    IEnumerator BoostSequence()
    {
        backgroundScroller.SetBackgroundScrollSpeed(boostSpeed);
        yield return(new WaitForSeconds(1f));

        backgroundScroller.SetBackgroundScrollSpeed(normalSpeed);
        isBoosted = false;
    }