Skip to content

Commit

Permalink
deploy: c461e6d
Browse files Browse the repository at this point in the history
  • Loading branch information
yy4382 committed Mar 28, 2024
1 parent 6eadeb9 commit 3ce18f9
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 361 deletions.
Binary file modified Build/WebGL.data
Binary file not shown.
2 changes: 1 addition & 1 deletion Build/WebGL.framework.js

Large diffs are not rendered by default.

Binary file modified Build/WebGL.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions TemplateData/leaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ document.addEventListener('DOMContentLoaded', () => {
const levelInput = document.getElementById('levelInput').value;
const level = parseInt(levelInput);

if (level >= 1 && level <= 12) {
if (level >= 1 && level <= 17) {
const data = await fetchLeaderboardData(level);
verifyData(data);
renderLeaderboard(level, data);
} else {
alert('Please enter a valid level between 1 and 12.');
alert('Please enter a valid level between 1 and 17.');
}
});

Expand Down
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
</div>
</div>
<div style="margin: 2rem auto; max-width: 960px;">
<p> Build time: 2024-03-27 19:22 UTC+8</p>
<p>By Null Reference Master Team (Team 2)</p>
<h2>快速指南</h2>
<p>A/D: 左右移动</p>
<p>Space/K/W: 跳跃</p>
Expand All @@ -42,7 +40,7 @@ <h1>Game Speedrun Leaderboard</h1>
<div class="leaderboard-container">
<div class="level-selector">
<label for="levelInput">Enter Level:</label>
<input type="number" id="levelInput" min="1" max="12" value="1">
<input type="number" id="levelInput" min="1" max="17" value="1">
<button id="loadButton">Load</button>
</div>
<div class="leaderboard">
Expand Down Expand Up @@ -92,7 +90,7 @@ <h1>Game Speedrun Leaderboard</h1>
streamingAssetsUrl: "StreamingAssets",
companyName: "NullRefMaster",
productName: "Suicide",
productVersion: "0.0.162",
productVersion: "0.0.185",
showBanner: unityShowBanner,
};

Expand Down
Binary file removed suicide-main/Build/WebGL.data
Binary file not shown.
22 changes: 0 additions & 22 deletions suicide-main/Build/WebGL.framework.js

This file was deleted.

1 change: 0 additions & 1 deletion suicide-main/Build/WebGL.loader.js

This file was deleted.

Binary file removed suicide-main/Build/WebGL.wasm
Binary file not shown.
Binary file removed suicide-main/TemplateData/MemoryProfiler.png
Binary file not shown.
Binary file removed suicide-main/TemplateData/favicon.ico
Binary file not shown.
Binary file removed suicide-main/TemplateData/fullscreen-button.png
Binary file not shown.
83 changes: 0 additions & 83 deletions suicide-main/TemplateData/leaderboard.css

This file was deleted.

82 changes: 0 additions & 82 deletions suicide-main/TemplateData/leaderboard.js

This file was deleted.

Binary file removed suicide-main/TemplateData/progress-bar-empty-dark.png
Binary file not shown.
Binary file removed suicide-main/TemplateData/progress-bar-empty-light.png
Binary file not shown.
Binary file removed suicide-main/TemplateData/progress-bar-full-dark.png
Binary file not shown.
Binary file removed suicide-main/TemplateData/progress-bar-full-light.png
Binary file not shown.
16 changes: 0 additions & 16 deletions suicide-main/TemplateData/style.css

This file was deleted.

Binary file removed suicide-main/TemplateData/unity-logo-dark.png
Binary file not shown.
Binary file removed suicide-main/TemplateData/unity-logo-light.png
Binary file not shown.
Binary file removed suicide-main/TemplateData/webgl-logo.png
Binary file not shown.
Binary file removed suicide-main/TemplateData/webmemd-icon.png
Binary file not shown.
150 changes: 0 additions & 150 deletions suicide-main/index.html

This file was deleted.

0 comments on commit 3ce18f9

Please sign in to comment.