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