Skip to content

Commit

Permalink
feat: wip sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Perso authored and Perso committed May 15, 2024
1 parent ad0dd89 commit d83b4cc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/openmon.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/openmon2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/openmon.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/openmon2.js

Large diffs are not rendered by default.

Binary file added docs/src/assets/audio/battle/battle2.mp3
Binary file not shown.
Binary file added src/assets/audio/battle/battle2.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib/battle/Battle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
function loadSound() {
sound = new Howl({
src: ['src/assets/audio/battle/battle1.mp3'],
src: ['src/assets/audio/battle/battle2.mp3'],
autoplay: true,
loop: true,
volume: 0.5
Expand Down

0 comments on commit d83b4cc

Please sign in to comment.