diff --git a/src/Vistas/VistaJuego1.java b/src/Vistas/VistaJuego1.java index 5e80274..2baa031 100644 --- a/src/Vistas/VistaJuego1.java +++ b/src/Vistas/VistaJuego1.java @@ -73,7 +73,7 @@ public VistaJuego1(Dificultad f) { juego = new Juego(f); letrasObtenidas = juego.getPlayer_l(); globoslista = new ArrayList<>(); - tiempoJuego = 10; + tiempoJuego = 60; root = crearElementos(); iniciarJuego(f);