feat(live2d): add w_fugue, specter, and skadi_sublimation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user