We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e0879 commit 996a77cCopy full SHA for 996a77c
1 file changed
src/sound/BaseSoundManager.js
@@ -262,6 +262,10 @@ var BaseSoundManager = new Class({
262
this.forEachActiveSound(function (sound) {
263
sound.resume();
264
});
265
+ /**
266
+ * @event Phaser.Sound.BaseSoundManager#resumeall
267
+ * @param {Phaser.Sound.BaseSoundManager} soundManager - Reference to the sound manager that emitted event.
268
+ */
269
this.emit('resumeall', this);
270
},
271
/**
0 commit comments