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:
parent
5286d15892
commit
cd121726be
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user