Adjust font size
This commit is contained in:
parent
1f9535c47c
commit
ac4095abfb
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue