private void OnTriggerExit2D(Collider2D other)
 {
     if (other.tag == "start")
     {
         _scoreManager.hideTuto();
     }
 }