Skip to content

Commit

Permalink
Merge pull request #11 from orange-games/dev
Browse files Browse the repository at this point in the history
Moved (un)muting of audio away from the onContentResumed listener so …
  • Loading branch information
AleBles authored Jan 23, 2017
2 parents e421c1a + 8dc1bfb commit f2c8534
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 31 deletions.
4 changes: 4 additions & 0 deletions build/phaser-ads.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ declare module PhaserAds {
* @param args
*/
adsEnabled(): boolean;
/**
* Should be called after ad was(n't) shown, demutes the game so we can peacefully continue
*/
unMuteAfterAd(): void;
}
}
declare module PhaserAds {
Expand Down
45 changes: 31 additions & 14 deletions build/phaser-ads.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/phaser-ads.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f2c8534

Please sign in to comment.