Skip to content

Commit

Permalink
version estable y linda
Browse files Browse the repository at this point in the history
  • Loading branch information
faustorod1 committed Nov 15, 2024
1 parent da2f6bb commit f2a53fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/ventanaTetrizadoControles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion controlador.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ object visuales{
const altoCacillas = 4

const ventanaPausa = new Fondo(posision = game.at(18,7), imagen = "ventanaPausa.png")
const ventanaInicio = new Fondo(posision = game.at(11,2), imagen = "ventanaInicio.png")
const ventanaInicio = new Fondo(posision = game.at(11,2), imagen = "ventanaTetrizadoControles.png")

method agregarVisuales(){
game.addVisual(new Fondo(posision = game.at(0,0), imagen = "fondoDiseñoIzq.png"))
Expand Down

0 comments on commit f2a53fe

Please sign in to comment.