Add somepadding to newlines
This commit is contained in:
parent
7231ecf0b9
commit
4154a74f88
1 changed files with 1 additions and 1 deletions
|
|
@ -835,7 +835,7 @@ Window_Message.prototype.standardFontSize = function() {
|
|||
};
|
||||
Window_Message.prototype.newLineX = function() {
|
||||
if ($gameMessage.faceName() === '') {
|
||||
return 0;
|
||||
return 4;
|
||||
} else {
|
||||
return eval(Yanfly.Param.MSGFaceIndent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue