Skip to content

Commit

Permalink
gameOver centrado
Browse files Browse the repository at this point in the history
  • Loading branch information
AyalaSebastian committed Nov 13, 2024
1 parent 5385ebf commit 15925e0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed assets/gameOver.png
Binary file not shown.
Binary file added assets/gameOver3.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 example.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ object gameOver{
method quitar(){
game.removeVisual(self)
}
method image() = "gameOver.png"
method image() = "gameOver3.png"
method colocar(){
game.addVisual(self)
estado = true
Expand Down

0 comments on commit 15925e0

Please sign in to comment.