This commit is contained in:
Eric Rosenbaum 2017-01-31 18:35:06 -05:00
parent c564ca5b90
commit b70607d659

View file

@ -116,8 +116,8 @@ AudioEngine.prototype.createPlayer = function () {
/* Audio Player
Each sprite or clone has an audio player
the audio player handles sound playback and the sprite-specific audio effects
pitch and pan, and volume
the audio player handles sound playback, volume, and the sprite-specific audio effects:
pitch and pan
*/