Exemple #1
0
 private void HandleIncorrect(EquationController equation)
 {
     modeController.HandleIncorrect(equation);
     GetBackgroundColorController().SetColors(new Color[] {
         new Color(1, 0, 0),
         GetBackgroundColorController().GetCurrentColor()
     }, GameSettings.Instance.TransitionSpeed);
 }