Adjust font
This commit is contained in:
parent
b6b0da1a83
commit
a1755be158
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ var Window_NormalMessage = /** @class */ (function (_super) {
|
|||
};
|
||||
Window_NormalMessage.prototype.resetFontSettings = function () {
|
||||
this.contents.fontFace = $gameSystem.mainFontFace();
|
||||
this.contents.fontSize = 24;
|
||||
this.contents.fontSize = 20;
|
||||
this.resetTextColor();
|
||||
};
|
||||
Window_NormalMessage.prototype.newLineX = function (textState) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue