Skip to content

Commit

Permalink
Sonido agarrar moneda
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucard02 committed Nov 10, 2024
1 parent bb48a64 commit afc7868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class Obstaculo {
class Moneda inherits Obstaculo {
override method teChocoElDino() {
dinosaurio.sumarPtos(8)
game.sound("dinoCoin.mp3").play()
}
}

Expand Down

0 comments on commit afc7868

Please sign in to comment.