Skip to content

Commit

Permalink
Hot Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed May 20, 2020
2 parents bd23158 + 9476652 commit 85d23dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vistas/VistaJuego1.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 85d23dc

Please sign in to comment.