Adjust font
This commit is contained in:
parent
ae51a97204
commit
57507f9f99
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue