Skip to content

Commit b2f51e9

Browse files
authored
Add files via upload
1 parent f843664 commit b2f51e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modified/spax/dialogueSys.js

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

218218
for (let i = 0; i < text.length; i++)
219219
{
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>`;
220+
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>`;
221221
}
222222

223223
this.charIndex = text.length;

0 commit comments

Comments
 (0)