feat(live2d): add w_fugue, specter, and skadi_sublimation

This commit is contained in:
Haoyu Xu
2022-05-02 09:12:15 +08:00
parent 77809f36cb
commit 48e9435559
9 changed files with 112 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
const params = new URLSearchParams(window.location.search);
var showControls;
if (params.has("showControls")) {
if (params.has("controls")) {
showControls = true;
} else {
showControls = false;