We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f51e9 commit 707f228Copy full SHA for 707f228
dialogueSys.js
@@ -212,7 +212,7 @@ class dialogueSys
212
213
for (let i = 0; i < text.length; i++)
214
{
215
- modifiedText += `<span id="dialogueSysChar_${this.charIndex + i}"color : ${this.textColor}; background : ${this.textBg}; font-style : ${this.textStyle}; font-weight : ${this.textWeight};">${text[i]}</span>`;
+ modifiedText += `<span id="dialogueSysChar_${this.charIndex + i}" style="color : ${this.textColor}; background : ${this.textBg}; font-style : ${this.textStyle}; font-weight : ${this.textWeight};">${text[i]}</span>`;
216
}
217
218
this.charIndex = text.length;
0 commit comments