// Use this for initialization
 void Start()
 {
     fadingIn = true;
     comboHitFeedbackBubbleController = GetComponentInChildren<ComboHitFeedbackBubbleController>(true);
 }