Newyn / Matching-fruits--

Create a Bejeweled-like game for FirefoxOS
Other
7 stars 1 forks source link

Music can’t be fetched #60

Closed fabi1cazenave closed 11 years ago

fabi1cazenave commented 11 years ago

See Game.js:

  this.music = new Audio("resources/music/GameMusic.ogg");

Maybe this should be resources/music/game.ogg?

Newyn commented 11 years ago

Yes, exactly. I didn't notice that because i never put the sound on my computer.

Newyn commented 11 years ago

Done.