Skip to content

Commit

Permalink
Removed mp3 audio fmt files. Issue #12 & Issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Feb 11, 2014
1 parent 3f043d2 commit 89cd8ff
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 3 deletions.
Binary file removed assets/muzik/elementary_wave.mp3
Binary file not shown.
Binary file removed assets/muzik/lifeline.mp3
Binary file not shown.
Binary file removed assets/muzik/observingthestar.mp3
Binary file not shown.
Binary file removed assets/sfx/abyss.mp3
Binary file not shown.
Binary file removed assets/sfx/blind.mp3
Binary file not shown.
Binary file removed assets/sfx/change.mp3
Binary file not shown.
Binary file removed assets/sfx/click.mp3
Binary file not shown.
Binary file removed assets/sfx/freeze.mp3
Binary file not shown.
Binary file removed assets/sfx/path.mp3
Binary file not shown.
Binary file removed assets/sfx/rolldice.mp3
Binary file not shown.
Binary file removed assets/sfx/rolldice2.mp3
Binary file not shown.
Binary file removed assets/sfx/teleport.mp3
Binary file not shown.
Binary file removed assets/sfx/walk.mp3
Binary file not shown.
Binary file removed assets/sfx/win.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion js/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var game = {
me.plugin.register(FnDelay, "fnDelay");

// register custom Audio plugin
me.plugin.register(howlerAudio, "howlerAudio", "m4a,ogg");
me.plugin.register(howlerAudio, "howlerAudio", "ogg");
if (_Globals.isDebug) {
// no audio in debug mode
// me.audio.disable();
Expand Down
1 change: 0 additions & 1 deletion js/howlerAudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
// load sound
this.sounds[resources[res].name] = new Howl({
urls: srcUrls,
fomrat: 'm4a',
buffer: resources[res].stream === true ? true : false,
onend: this.callbacksRegister[resources[res].name]
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Psiral",
"description": "Psiral. A turn-based strategy 2D game with wizards.",
"version": "1.0.0-34",
"version": "1.0.0-38",
"private": true,
"author": {
"name": "Dvubuz Games",
Expand Down

0 comments on commit 89cd8ff

Please sign in to comment.