public void traerCohete()
 {
     if (!ayuda.enabled && transform.GetComponent <Image>().color != Persistencia.oscuro)
     {
         cSpace.moverCohete(this);
     }
 }