Skip to content

Commit

Permalink
Add Haman SFX to Minefield
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1m0n committed Oct 2, 2024
1 parent 2f509f7 commit e9cf70a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Experience/Games/MineField.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export default class MineField {
}
}, 500)
} else {
instance.audio.playSound('wrong')
instance.audio.playSound('minefield/haman')
event.target.innerHTML = '<img src="games/minefield/haman.gif">'

cellsWrapper.querySelectorAll('.cell').forEach((btn) => {
Expand Down
Binary file added static/sounds/minefield/haman.mp3
Binary file not shown.

0 comments on commit e9cf70a

Please sign in to comment.