Add somepadding to newlines

This commit is contained in:
dazedanon 2026-01-20 17:08:19 -06:00
parent 7231ecf0b9
commit 4154a74f88

View file

@ -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);
}