Skip to content

Commit

Permalink
deploy: 0ac6de4
Browse files Browse the repository at this point in the history
  • Loading branch information
silver-ymz committed Mar 27, 2024
1 parent 271a673 commit 7319d95
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 6 deletions.
Binary file added suicide-main/Build/WebGL.data
Binary file not shown.
Binary file removed suicide-main/Build/WebGL.data.unityweb
Binary file not shown.
22 changes: 22 additions & 0 deletions suicide-main/Build/WebGL.framework.js

Large diffs are not rendered by default.

Binary file removed suicide-main/Build/WebGL.framework.js.unityweb
Binary file not shown.
2 changes: 1 addition & 1 deletion suicide-main/Build/WebGL.loader.js

Large diffs are not rendered by default.

Binary file added suicide-main/Build/WebGL.wasm
Binary file not shown.
Binary file removed suicide-main/Build/WebGL.wasm.unityweb
Binary file not shown.
10 changes: 5 additions & 5 deletions suicide-main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
</div>
<div style="margin: 2rem auto; max-width: 960px;">
<p> Build time: 2024-03-27 10:26 UTC+8</p>
<p> Build time: 2024-03-27 15:14 UTC+8</p>
<p>By Null Reference Master Team (Team 2)</p>
<h2>快速指南</h2>
<p>A/D: 左右移动</p>
Expand Down Expand Up @@ -86,13 +86,13 @@ <h1>Game Speedrun Leaderboard</h1>
var buildUrl = "Build";
var loaderUrl = buildUrl + "/WebGL.loader.js";
var config = {
dataUrl: buildUrl + "/WebGL.data.unityweb",
frameworkUrl: buildUrl + "/WebGL.framework.js.unityweb",
codeUrl: buildUrl + "/WebGL.wasm.unityweb",
dataUrl: buildUrl + "/WebGL.data",
frameworkUrl: buildUrl + "/WebGL.framework.js",
codeUrl: buildUrl + "/WebGL.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "NullRefMaster",
productName: "Suicide",
productVersion: "0.0.134",
productVersion: "0.0.135",
showBanner: unityShowBanner,
};

Expand Down

0 comments on commit 7319d95

Please sign in to comment.