Skip to content

Commit 707f228

Browse files
authored
Add files via upload
1 parent b2f51e9 commit 707f228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialogueSys.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class dialogueSys
212212

213213
for (let i = 0; i < text.length; i++)
214214
{
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>`;
215+
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>`;
216216
}
217217

218218
this.charIndex = text.length;

0 commit comments

Comments
 (0)