Adjust font size

This commit is contained in:
dazedanon 2025-12-18 14:40:36 -06:00
parent 1f9535c47c
commit ac4095abfb

View file

@ -1620,9 +1620,9 @@ Window_Help.prototype.setItem = function(item) {
this.setText(item ? item.description : "");
};
Window_Base.prototype.resetFontSettings = function() {
Window_Help.prototype.resetFontSettings = function() {
this.contents.fontFace = $gameSystem.mainFontFace();
this.contents.fontSize = $gameSystem.mainFontSize() - 4;
this.contents.fontSize = 17;
this.resetTextColor();
};