Descriptions
This commit is contained in:
parent
5fb9a05d93
commit
c38d6753d9
1 changed files with 6 additions and 0 deletions
|
|
@ -1612,6 +1612,12 @@ Window_Help.prototype.setText = function(text) {
|
|||
}
|
||||
};
|
||||
|
||||
Window_Help.prototype.resetFontSettings = function() {
|
||||
this.contents.fontFace = $gameSystem.mainFontFace();
|
||||
this.contents.fontSize = $gameSystem.mainFontSize() - 4;
|
||||
this.resetTextColor();
|
||||
};
|
||||
|
||||
Window_Help.prototype.clear = function() {
|
||||
this.setText("");
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue