Change destination font
This commit is contained in:
parent
62d0ef9c1f
commit
1cd6da15fb
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@
|
|||
};
|
||||
|
||||
Window_Destination.prototype.standardFontSize = function () {
|
||||
return param.fontSize || Window_Base.prototype.standardFontSize.call(this);
|
||||
return param.fontSize - 8 || Window_Base.prototype.standardFontSize.call(this) - 8;
|
||||
};
|
||||
|
||||
Window_Destination.prototype.standardBackOpacity = function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue