Skip to content

Commit

Permalink
Update to the hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MewPurPur committed Sep 1, 2024
1 parent 5c46082 commit 44193ff
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2 deletions.
Binary file modified downloads/GodSVG.Linux.zip
Binary file not shown.
Binary file modified downloads/GodSVG.MacOS.zip
Binary file not shown.
Binary file modified downloads/GodSVG.Windows.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion editor/GodSVG.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<script src="GodSVG.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"GodSVG","experimentalVK":false,"fileSizes":{"GodSVG.pck":1641888,"GodSVG.wasm":26841330},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"GodSVG","experimentalVK":false,"fileSizes":{"GodSVG.pck":1642096,"GodSVG.wasm":25666349},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_THREADS_ENABLED = false;
const engine = new Engine(GODOT_CONFIG);

Expand Down
5 changes: 4 additions & 1 deletion editor/GodSVG.js

Large diffs are not rendered by default.

Binary file modified editor/GodSVG.pck
Binary file not shown.
Binary file modified editor/GodSVG.wasm
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions editor/GodSVG.worker.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// This file is no longer used by emscripten and has been created as a placeholder
// to allow build systems to transition away from depending on it.
//
// Future versions of emscripten will likely stop generating this file at all.
throw new Error('Dummy worker.js file should never be used');

0 comments on commit 44193ff

Please sign in to comment.