Drop font a bit

This commit is contained in:
DazedAnon 2024-08-08 15:35:33 -05:00
parent 55e843c1df
commit 8d120d428e
3 changed files with 3 additions and 3 deletions

View file

@ -39374,7 +39374,7 @@
"code": 401,
"indent": 0,
"parameters": [
"Lick chu \\I[12]\\れろぉ[Ascii_0]lick ooooh \\I[12]"
"Lick chu \\I[12] \\I[12] lick ooooh \\I[12]"
]
},
{

View file

@ -38726,7 +38726,7 @@
"code": 401,
"indent": 0,
"parameters": [
"Lick chu \\I[12]\\れろぉ[Ascii_0] Lick \\I[12]"
"Lick chu \\I[12] \\I[12] Lick \\I[12]"
]
},
{

View file

@ -114,7 +114,7 @@ Window_Base.prototype.contentsHeight = function () {
Window_Base.prototype.resetFontSettings = function () {
this.contents.fontFace = $gameSystem.mainFontFace();
this.contents.fontSize = $gameSystem.mainFontSize();
this.contents.fontSize = $gameSystem.mainFontSize() - 4;
this.resetTextColor();
};