Skip to content

Commit

Permalink
Dev build... again
Browse files Browse the repository at this point in the history
  • Loading branch information
azconapithecus committed Jul 5, 2024
1 parent 3421e88 commit eee68b9
Show file tree
Hide file tree
Showing 7 changed files with 21,296 additions and 4 deletions.
Binary file renamed Build/UGRacer.data.gz → Build/UGRacer.data
Binary file not shown.
20,022 changes: 20,022 additions & 0 deletions Build/UGRacer.framework.js

Large diffs are not rendered by default.

Binary file removed Build/UGRacer.framework.js.gz
Binary file not shown.
1,272 changes: 1,271 additions & 1 deletion Build/UGRacer.loader.js

Large diffs are not rendered by default.

Binary file added Build/UGRacer.wasm
Binary file not shown.
Binary file removed Build/UGRacer.wasm.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
const buildUrl = "Build";
const loaderUrl = buildUrl + "/UGRacer.loader.js";
const config = {
dataUrl: buildUrl + "/UGRacer.data.gz",
frameworkUrl: buildUrl + "/UGRacer.framework.js.gz",
codeUrl: buildUrl + "/UGRacer.wasm.gz",
dataUrl: buildUrl + "/UGRacer.data",
frameworkUrl: buildUrl + "/UGRacer.framework.js",
codeUrl: buildUrl + "/UGRacer.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "MONA Gallery, LLC",
productName: "Race Forge",
Expand Down

0 comments on commit eee68b9

Please sign in to comment.