Fix: Add leaderboard.js and leaderboard.html to assets loading list

This commit is contained in:
2026-01-17 18:57:02 +08:00
parent 271fc52e82
commit 84d15b70c6

View File

@@ -7,6 +7,7 @@ var assets = {
"titlescreen.js", "titlescreen.js",
"scoresheet.js", "scoresheet.js",
"songselect.js", "songselect.js",
"leaderboard.js",
"keyboard.js", "keyboard.js",
"gameinput.js", "gameinput.js",
"game.js", "game.js",
@@ -140,6 +141,7 @@ var assets = {
}, },
"views": [ "views": [
"game.html", "game.html",
"leaderboard.html",
"loadsong.html", "loadsong.html",
"songselect.html", "songselect.html",
"titlescreen.html", "titlescreen.html",