mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-08 07:32:34 +01:00
Live2d Commits
This commit is contained in:
parent
0eef05908d
commit
7824a18103
@ -484,11 +484,8 @@ async function moduleWorker() {
|
|||||||
let imgElement = document.getElementById('expression-image');
|
let imgElement = document.getElementById('expression-image');
|
||||||
imgElement.src = "";
|
imgElement.src = "";
|
||||||
|
|
||||||
//change live character
|
//Load new char
|
||||||
let inputElement = document.querySelector('input[name="avatar_url"]'); // get char name
|
loadLiveChar(context.name2 + ".png");
|
||||||
let value_name = inputElement.value;
|
|
||||||
loadLiveChar(value_name);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const vnMode = isVisualNovelMode();
|
const vnMode = isVisualNovelMode();
|
||||||
|
Loading…
Reference in New Issue
Block a user