This commit is contained in:
dazedanon 2025-08-01 14:50:11 -05:00
parent 6e38596c14
commit 97a5e69daf
2 changed files with 2 additions and 2 deletions

View file

@ -4639,7 +4639,7 @@
"code": 655,
"indent": 0,
"parameters": [
"テキスト-Corruption Level \\V[21]/20"
"テキスト-Contamination \\V[21]/20"
]
},
{

View file

@ -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');