Shrink Font
This commit is contained in:
parent
cb348dd205
commit
5c97995acb
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Window_Base.prototype.standardFontFace = function () {
|
|||
};
|
||||
|
||||
Window_Base.prototype.standardFontSize = function () {
|
||||
return 28;
|
||||
return 24;
|
||||
};
|
||||
|
||||
Window_Base.prototype.standardPadding = function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue