mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Added SoundValueEvent to index.js
This commit is contained in:
parent
a157dd2ccc
commit
c8a0591b62
1 changed files with 2 additions and 1 deletions
|
@ -10,5 +10,6 @@ module.exports = {
|
||||||
WebAudioSound: require('./webaudio/WebAudioSound'),
|
WebAudioSound: require('./webaudio/WebAudioSound'),
|
||||||
WebAudioSoundManager: require('./webaudio/WebAudioSoundManager'),
|
WebAudioSoundManager: require('./webaudio/WebAudioSoundManager'),
|
||||||
|
|
||||||
SoundEvent: require('./SoundEvent')
|
SoundEvent: require('./SoundEvent'),
|
||||||
|
SoundValueEvent: require('./SoundValueEvent')
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue