More TL
This commit is contained in:
parent
6e38596c14
commit
97a5e69daf
2 changed files with 2 additions and 2 deletions
|
|
@ -4639,7 +4639,7 @@
|
|||
"code": 655,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"テキスト-Corruption Level \\V[21]/20"
|
||||
"テキスト-Contamination \\V[21]/20"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -396,7 +396,7 @@ Window_EroStatus.prototype.refresh = function() {
|
|||
});
|
||||
|
||||
this.contents.context.font = this.contents._makeFontNameText();
|
||||
this.contents.fontSize = Number(obj["サイズ"]) || $gameSystem.mainFontSize();
|
||||
this.contents.fontSize = (Number(obj["サイズ"]) || $gameSystem.mainFontSize()) - 4;
|
||||
this.resetTextColor();
|
||||
|
||||
const reg = RegExp(/\\([CI])\[(\d+)\]|\\\{|\\\}/, 'g');
|
||||
|
|
|
|||
Loading…
Reference in a new issue