diff --git a/rolph_godot_4/index.html b/rolph_godot_4/index.html index 9b1349c..b00a3a5 100644 --- a/rolph_godot_4/index.html +++ b/rolph_godot_4/index.html @@ -1,273 +1,248 @@ - - - - - Rolph - - - - - - - - - HTML5 canvas appears to be unsupported in the current browser.
- Please try updating or use a different browser. -
-
- - - - + - + }, 500); + } + } else { + setStatusMode('indeterminate'); + } + }, + }).then(() => { + setStatusMode('hidden'); + initializing = false; + }, displayFailureNotice); + } +}()); + + + - \ No newline at end of file diff --git a/rolph_godot_4/index.js b/rolph_godot_4/index.js index f08efc7..0d29328 100644 --- a/rolph_godot_4/index.js +++ b/rolph_godot_4/index.js @@ -820,7 +820,7 @@ function createExportWrapper(name, fixedasm) { var wasmBinaryFile; -wasmBinaryFile = "godot.web.template_release.wasm32.wasm"; +wasmBinaryFile = "godot.web.template_debug.wasm32.wasm"; if (!isDataURI(wasmBinaryFile)) { wasmBinaryFile = locateFile(wasmBinaryFile); @@ -3858,7 +3858,7 @@ var PThread = { }); }, allocateUnusedWorker: function() { - var pthreadMainJs = locateFile("godot.web.template_release.wasm32.worker.js"); + var pthreadMainJs = locateFile("godot.web.template_debug.wasm32.worker.js"); PThread.unusedWorkers.push(new Worker(pthreadMainJs)); }, getNewWorker: function() { diff --git a/rolph_godot_4/index.pck b/rolph_godot_4/index.pck index b88f9a8..6048d24 100644 Binary files a/rolph_godot_4/index.pck and b/rolph_godot_4/index.pck differ diff --git a/rolph_godot_4/index.wasm b/rolph_godot_4/index.wasm index b303982..b5c8bfb 100644 Binary files a/rolph_godot_4/index.wasm and b/rolph_godot_4/index.wasm differ