diff --git a/WebContent/WEB-INF/templates/modalPlayer.html b/WebContent/WEB-INF/templates/modalPlayer.html index 7277732..b03596b 100644 --- a/WebContent/WEB-INF/templates/modalPlayer.html +++ b/WebContent/WEB-INF/templates/modalPlayer.html @@ -387,8 +387,8 @@

NSFW Content heads-up

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); @@ -468,4 +468,4 @@

NSFW Content heads-up

mioPlayer.loadAndStart(mioData); } - \ No newline at end of file + diff --git a/WebContent/audio/lose1.ogg b/WebContent/audio/lose1.ogg index 061d7ef..179a26a 100644 Binary files a/WebContent/audio/lose1.ogg and b/WebContent/audio/lose1.ogg differ diff --git a/WebContent/audio/lose2.ogg b/WebContent/audio/lose2.ogg index 215bb6a..8658f96 100644 Binary files a/WebContent/audio/lose2.ogg and b/WebContent/audio/lose2.ogg differ diff --git a/WebContent/audio/lose3.ogg b/WebContent/audio/lose3.ogg new file mode 100644 index 0000000..08e5617 Binary files /dev/null and b/WebContent/audio/lose3.ogg differ diff --git a/WebContent/audio/win1.ogg b/WebContent/audio/win1.ogg index 53d1fc9..561a49a 100644 Binary files a/WebContent/audio/win1.ogg and b/WebContent/audio/win1.ogg differ diff --git a/WebContent/audio/win2.ogg b/WebContent/audio/win2.ogg index 5626eeb..fc136d0 100644 Binary files a/WebContent/audio/win2.ogg and b/WebContent/audio/win2.ogg differ diff --git a/WebContent/audio/win3.ogg b/WebContent/audio/win3.ogg new file mode 100644 index 0000000..0b5985f Binary files /dev/null and b/WebContent/audio/win3.ogg differ