Web page: arcade picker is optional chrome (standalone deploys boot without picker.js)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
m3ultra 2026-07-29 14:37:25 +10:00
parent 5286d15892
commit cd121726be

View File

@ -100,7 +100,9 @@
</script>
<script src="picker.js"></script>
<script>
MRPArcade.init({
// The arcade picker is optional chrome: a standalone deploy without
// picker.js still boots the baked game.
if (typeof MRPArcade !== 'undefined') MRPArcade.init({
engine: 'mrpci',
ready: () => typeof wasm_exports !== 'undefined' && !!wasm_exports,
load: (json) => sendBundleToEngine(json),