Adjust font

This commit is contained in:
DazedAnon 2024-07-02 22:04:09 -05:00
parent c84db4a3ce
commit bc1908a296

View file

@ -114,7 +114,7 @@ Window_Base.prototype.contentsHeight = function () {
Window_Base.prototype.resetFontSettings = function () {
this.contents.fontFace = $gameSystem.mainFontFace();
this.contents.fontSize = $gameSystem.mainFontSize();
this.contents.fontSize = 24;
this.resetTextColor();
};