summaryrefslogtreecommitdiffhomepage
path: root/docs/examples/web/audio_sound_loading.js
diff options
context:
space:
mode:
authorRay <[email protected]>2017-04-03 23:10:27 +0200
committerRay <[email protected]>2017-04-03 23:10:27 +0200
commit50bc77ed96337026604b36e4c008fecc39ebd0bb (patch)
tree5fb951ea469633a1b272ad82a8d3cca9a02b59a5 /docs/examples/web/audio_sound_loading.js
parente6ed85e993b049a28dcc3c37bd5fadc6ab159df7 (diff)
downloadraylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.tar.gz
raylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.zip
Improve web examples -IN PROGRESS-
Diffstat (limited to 'docs/examples/web/audio_sound_loading.js')
-rw-r--r--docs/examples/web/audio_sound_loading.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/web/audio_sound_loading.js b/docs/examples/web/audio_sound_loading.js
index 3f84dfec..17b2e66e 100644
--- a/docs/examples/web/audio_sound_loading.js
+++ b/docs/examples/web/audio_sound_loading.js
@@ -183,7 +183,7 @@ Module['FS_createPath']('/resources', 'audio', true, true);
}
}
- loadPackage({"files": [{"audio": 1, "start": 0, "crunched": 0, "end": 6246, "filename": "/resources/audio/weird.wav"}, {"audio": 1, "start": 6246, "crunched": 0, "end": 63574, "filename": "/resources/audio/tanatana.ogg"}], "remote_package_size": 63574, "package_uuid": "ac0b8b01-6644-4217-8a43-cdb652585250"});
+ loadPackage({"files": [{"audio": 1, "start": 0, "crunched": 0, "end": 6246, "filename": "/resources/audio/weird.wav"}, {"audio": 1, "start": 6246, "crunched": 0, "end": 63574, "filename": "/resources/audio/tanatana.ogg"}], "remote_package_size": 63574, "package_uuid": "504f90a1-2c55-47ff-9400-0508e5042415"});
})();