Adjust font

This commit is contained in:
DazedAnon 2025-01-15 02:31:37 -06:00
parent b6b0da1a83
commit a1755be158

View file

@ -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) {