private void UpdateText()
 {
     movesText.text = match3.GetMoveCount().ToString();
     scoreText.text = match3.GetScore().ToString();
     glassText.text = match3.GetGlassAmount().ToString();
 }