Merge pull request #1 from leereilly/y-so-sensitive
Fix sound bug ♩ ♪ ♫ ♬
This commit is contained in:
commit
bbcc78c069
@ -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
|
||||||
|
|
||||||
|
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user