Merge pull request #1 from leereilly/y-so-sensitive

Fix sound bug ♩ ♪ ♫ ♬
This commit is contained in:
ysandler 2016-11-25 16:07:35 -06:00 committed by GitHub
commit bbcc78c069
7 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ needs to hack the terminals to find a way out. Also watch out for the guards. Yo
are not very equipped for combat. are not very equipped for combat.
Please enjoy, and sorry for any bugs, we only had a few hours to throw this together. Please enjoy, and sorry for any bugs, we only had a few hours to throw this together.
Primary Bug: The sound files can not be reached from HTTP request. No idea why since they do when gosting on a local server.
https://joshuashoemaker.github.io/game-off-2016 https://joshuashoemaker.github.io/game-off-2016

View File

@ -1,5 +1,5 @@
var jumpsfx = new Howl({ var jumpsfx = new Howl({
src: ['assets/sfx/Jump.wav'] src: ['assets/sfx/jump.wav']
}); });
var walkingsfx = new Howl({ var walkingsfx = new Howl({