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