Drop font by 1
This commit is contained in:
parent
94247722a5
commit
a6aeaf13b7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Window_Base.prototype.standardFontFace = function() {
|
|||
};
|
||||
|
||||
Window_Base.prototype.standardFontSize = function() {
|
||||
return 24;
|
||||
return 23;
|
||||
};
|
||||
|
||||
Window_Base.prototype.standardPadding = function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue