Skip to content

Commit

Permalink
924
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutilar committed Sep 25, 2023
1 parent 10b91dc commit a1da38b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Binary file added Build/09242023-webgl.data.unityweb
Binary file not shown.
Binary file added Build/09242023-webgl.framework.js.unityweb
Binary file not shown.
2 changes: 2 additions & 0 deletions Build/09242023-webgl.loader.js

Large diffs are not rendered by default.

Binary file added Build/09242023-webgl.wasm.unityweb
Binary file not shown.
8 changes: 4 additions & 4 deletions play.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
</div>
<script>
var buildUrl = "Build";
var loaderUrl = buildUrl + "/09202023-webgl.loader.js";
var loaderUrl = buildUrl + "/09242023-webgl.loader.js";
var config = {
dataUrl: buildUrl + "/09202023-webgl.data.unityweb",
frameworkUrl: buildUrl + "/09202023-webgl.framework.js.unityweb",
codeUrl: buildUrl + "/09202023-webgl.wasm.unityweb",
dataUrl: buildUrl + "/09242023-webgl.data.unityweb",
frameworkUrl: buildUrl + "/09242023-webgl.framework.js.unityweb",
codeUrl: buildUrl + "/09242023-webgl.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "BitNaughts",
productName: "BitNaughts",
Expand Down

0 comments on commit a1da38b

Please sign in to comment.