Skip to content

Commit

Permalink
Update example.wlk
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquin-burgio authored Nov 9, 2024
1 parent 440051e commit 2841107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ object generadorDeBananas inherits Generador {

object generadorDeFrutillas inherits Generador {
override method generar() {
self.apareceYMovete(new Frutilla(image = "frutilla.png"))
self.apareceYMovete(new Frutilla(image = "frutilla2.png"))
}
}

Expand Down

0 comments on commit 2841107

Please sign in to comment.