Skip to content

Commit

Permalink
act miscelaneo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brisa Aylen Brussa committed Nov 9, 2024
1 parent 300d6bb commit 7783589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miscelaneos.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object menuPersonajes{
}
object menuNiveles{
var property position = game.origin()
method image() = "PP_niveles.png"
method image() = "PP_niveles_2.png"
}
object finDelJuego{
var property position = game.origin()
Expand Down Expand Up @@ -98,4 +98,4 @@ object coleccion{
method fondo(indice) = c_fondos.get(indice)
method puntos(indice) = c_puntos.get(indice)
method musica(indice) = c_musica.get(indice)
}
}

0 comments on commit 7783589

Please sign in to comment.