// Update is called once per frame
 void Update()
 {
     CoolDownRepresentation();
     life = vidaPJ.GetLife();
     ChangeLives();
 }