Fix message spacing
This commit is contained in:
parent
75aecd1d70
commit
0a29aea6f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1308,7 +1308,7 @@ Window_MapActiveMessage.prototype.displayNextMessage = function()
|
|||
this._textState =
|
||||
{
|
||||
index: 0,
|
||||
text: this.convertEscapeCharacters(message.text)
|
||||
text: this.convertEscapeCharacters(message.text.replace(/_/g, " "))
|
||||
};
|
||||
this._allTextWidth = 0;
|
||||
this._initialDisplayDuration = message.duration;
|
||||
|
|
|
|||
Loading…
Reference in a new issue