Skip to content

Commit

Permalink
Si estoy al pedo y puse animaciones y?? cual es el problema
Browse files Browse the repository at this point in the history
  • Loading branch information
FacundoDiezF committed Oct 18, 2024
1 parent 0c53c48 commit 86f90a7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added assets/ArrowPopUp.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/RojoParpadea.gif
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 levels.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ import menuYTeclado.*

object u{
method decode(x,y,_level){
const arrowPopUp = new OnlyVisual(image = "ArrowsPopUp.png",position = game.at(x, y))
const arrowPopUp = new OnlyVisual(image = "ArrowPopUp.gif",position = game.at(x, y))
arrowPopUp.iniciar()
}
}
Expand Down
4 changes: 2 additions & 2 deletions stickyBlocks.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ object juegoStickyBlock {

cuerpo.agregarACuerpo(self)

image = "Rojo.png"
image = "RojoParpadea.gif"

juegoStickyBlock.addMove(self) // Se agrega el movimiento al stack de movimientos
}
Expand Down Expand Up @@ -165,7 +165,7 @@ object juegoStickyBlock {

cuerpo.agregarACuerpo(self)

image = "Rojo.png"
image = "RojoParpadea.gif"
}
}

Expand Down

0 comments on commit 86f90a7

Please sign in to comment.