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 f843664 commit b2f51e9Copy full SHA for b2f51e9
modified/spax/dialogueSys.js
@@ -217,7 +217,7 @@ class dialogueSys
217
218
for (let i = 0; i < text.length; i++)
219
{
220
- modifiedText += `<span id="dialogueSysChar_${this.charIndex + i}"color : ${this.textColor}; background : ${this.textBg};">${text[i]} font-style : ${this.textStyle}; font-weight : ${this.textWeight};</span>`;
+ modifiedText += `<span id="dialogueSysChar_${this.charIndex + i}" style="color : ${this.textColor}; background : ${this.textBg};">${text[i]} font-style : ${this.textStyle}; font-weight : ${this.textWeight};</span>`;
221
}
222
223
this.charIndex = text.length;
0 commit comments