Adjust the font size and spacing

This commit is contained in:
Dazed 2023-06-26 21:31:25 -05:00
parent 4ad99c5ce7
commit 21c718676c

View file

@ -83,7 +83,7 @@ Window_Base.prototype.contentsHeight = function () {
};
Window_Base.prototype.fittingHeight = function (numLines) {
return numLines * this.lineHeight() + this.standardPadding() * 2;
return numLines * this.lineHeight() + this.standardPadding() * 2 + 15;
};
Window_Base.prototype.updateTone = function () {