Пример #1
0
    // ------------------------------------------------------------------------------------------------------
    // PRIVATE

    private void HandleCorrect(EquationController equation)
    {
        modeController.HandleCorrect(equation);
        GetBackgroundColorController().SetColors(new Color[] {
            GetBackgroundColorController().GetCurrentColor(),
            RandomizeBackgroundColor()
        }, GameSettings.Instance.TransitionSpeed);
    }