Shrink Font

This commit is contained in:
DazedAnon 2024-08-06 13:41:48 -05:00
parent cb348dd205
commit 5c97995acb

View file

@ -47,7 +47,7 @@ Window_Base.prototype.standardFontFace = function () {
};
Window_Base.prototype.standardFontSize = function () {
return 28;
return 24;
};
Window_Base.prototype.standardPadding = function () {