public void continuarAnimacion() {
   animador.iniciar();
   vista.setTitle("Miniguerras - Ronda " + torneo.getNumeroRondaActual());
 }