public void Resp()
 {
     Cat.transform.position = transform.position;
     Cat.GetComponent <AllCatsBehaviour>().Rigid.velocity = Vector2.zero;
     ResetLife();
     respawn.RespawnMenu();
 }