TL Some UI

This commit is contained in:
dazedanon 2025-05-05 11:36:54 -05:00
parent 08ad71e771
commit dafadb968e
4 changed files with 862 additions and 861 deletions

View file

@ -2629,14 +2629,14 @@ var $plugins = [
{
name: "MW_EquipScene",
status: true,
description: "装備シーンをカスタマイズするプラグイン",
description: "A plugin to customize the equipment scene",
parameters: {
"Text Variables": "295",
HelpWeapon: "武器を外します。",
HelpArmor: "防具を外します。",
HelpAccessory: "装飾品を外します。",
HelpHStatus: "\\\\fs[18]エロステータス画面を終了します。",
BattleSkill: "使用できるスキルがありません。",
HelpWeapon: "Remove weapon.",
HelpArmor: "Remove armor.",
HelpAccessory: "Remove accessory.",
HelpHStatus: "\\\\fs[18]Exit the erotic status screen.",
BattleSkill: "No usable skills available.",
},
},
{

View file

@ -712,7 +712,7 @@
if (dTextInfo) {
var customFont = dTextInfo.font ? dTextInfo.font + ',' : '';
this.contents.fontFace = customFont + this.standardFontFace();
this.contents.fontSize = dTextInfo.size || this.standardFontSize();
this.contents.fontSize = (dTextInfo.size || this.standardFontSize()) - 4;
} else {
Window_Base.prototype.resetFontSettings.apply(this, arguments);
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff