Change destination font

This commit is contained in:
DazedAnon 2024-07-21 23:05:56 -05:00
parent 62d0ef9c1f
commit 1cd6da15fb

View file

@ -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 () {