Skip to content

Commit

Permalink
fix Bug Pantalla perdida
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMarzocca committed Nov 30, 2024
1 parent b0ba3bf commit c7584ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion casa.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ object casa {
self.sonidoDanio().volume(0.3)
//self.explosion().play()
if(vida <= 0) {
pantalla.nuevoEstado(derrota)
administradorDeJuego.terminarJuego()
sonidoPartida.detenerMusica()
pantalla.nuevoEstado(derrota)


}
}
Expand Down

0 comments on commit c7584ea

Please sign in to comment.