Adjust font

This commit is contained in:
dazedanon 2025-05-23 12:16:22 -05:00
parent ae51a97204
commit 57507f9f99

View file

@ -1238,7 +1238,7 @@ Window_Message.prototype.standardFontFace = function() {
};
Window_Message.prototype.standardFontSize = function() {
return $gameSystem.getMessageFontSize();
return $gameSystem.getMessageFontSize() - 2;
};
Window_Message.prototype.newLineX = function() {