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