We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2092df commit e144505Copy full SHA for e144505
1 file changed
src/sound/BaseSoundManager.js
@@ -325,6 +325,10 @@ var BaseSoundManager = new Class({
325
if (this.unlocked) {
326
this.unlocked = false;
327
this.locked = false;
328
+ /**
329
+ * @event Phaser.Sound.BaseSoundManager#unlocked
330
+ * @param {Phaser.Sound.BaseSoundManager} soundManager - Reference to the sound manager that emitted event.
331
+ */
332
this.emit('unlocked', this);
333
}
334
for (var i = this.sounds.length - 1; i >= 0; i--) {
0 commit comments