private void AddPoint(float value)
 {
     score.UpdateValue(value);
     score.DisplayNumber(targetText);
 }