Drop font a bit
This commit is contained in:
parent
55e843c1df
commit
8d120d428e
3 changed files with 3 additions and 3 deletions
|
|
@ -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]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue