description font
This commit is contained in:
parent
94d07bac3f
commit
1b5982ee93
1 changed files with 4 additions and 0 deletions
|
|
@ -1492,6 +1492,10 @@ Window_Help.prototype.setText = function(text) {
|
|||
}
|
||||
};
|
||||
|
||||
Window_Help.prototype.standardFontSize = function() {
|
||||
return 22;
|
||||
};
|
||||
|
||||
Window_Help.prototype.clear = function() {
|
||||
this.setText('');
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue