Skip to content

Commit

Permalink
Sonido golpe mosquito
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucard02 committed Nov 14, 2024
1 parent 15f993d commit ca0e01e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added assets/golpeMosquito.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions example.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ class Moneda inherits Obstaculo {
class Pera inherits Obstaculo {
override method teChocoElDino() {
dinosaurio.restarPtos(4)
game.sound("golpeMosquito.mp3").play()
}
}

Expand Down

0 comments on commit ca0e01e

Please sign in to comment.