From b70607d659ed2b9be9e78b6bcf03f6dd8a29d0ff Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Tue, 31 Jan 2017 18:35:06 -0500 Subject: [PATCH] comments --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index fe85f09..c5501b0 100644 --- a/src/index.js +++ b/src/index.js @@ -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 */