Skip to content

Commit

Permalink
I updated the sounds (#60)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update modalPlayer.html
  • Loading branch information
Ruffianlab1 authored Nov 15, 2024
1 parent b40224f commit cd73a17
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WebContent/WEB-INF/templates/modalPlayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ <h4 style="font-family: warioware" class="black-text">NSFW Content heads-up</h4>

function initializeMioPlayer() {

var winSounds = [loadSound('win1'), loadSound('win2')];
var loseSounds = [loadSound('lose1'), loadSound('lose2')];
var winSounds = [loadSound('win1'), loadSound('win2'), loadSound('win3')];
var loseSounds = [loadSound('lose1'), loadSound('lose2'), loadSound('lose3')];

mioPlayer.soundNames.forEach(name => {
let audio = loadSound(name);
Expand Down Expand Up @@ -468,4 +468,4 @@ <h4 style="font-family: warioware" class="black-text">NSFW Content heads-up</h4>
mioPlayer.loadAndStart(mioData);
}

</script>
</script>
Binary file modified WebContent/audio/lose1.ogg
Binary file not shown.
Binary file modified WebContent/audio/lose2.ogg
Binary file not shown.
Binary file added WebContent/audio/lose3.ogg
Binary file not shown.
Binary file modified WebContent/audio/win1.ogg
Binary file not shown.
Binary file modified WebContent/audio/win2.ogg
Binary file not shown.
Binary file added WebContent/audio/win3.ogg
Binary file not shown.

0 comments on commit cd73a17

Please sign in to comment.