We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3065de commit c07f0f4Copy full SHA for c07f0f4
src/gain.js
@@ -19,8 +19,8 @@ define(function (require) {
19
*
20
* function preload(){
21
* soundFormats('ogg', 'mp3');
22
- * sound1 = loadSound('../_files/Damscray_-_Dancing_Tiger_01');
23
- * sound2 = loadSound('../_files/beat.mp3');
+ * sound1 = loadSound('assets/Damscray_-_Dancing_Tiger_01');
+ * sound2 = loadSound('assets/beat.mp3');
24
* }
25
26
* function setup() {
0 commit comments