Adjust font

This commit is contained in:
dazedanon 2025-05-26 13:58:24 -05:00
parent 851c66fed8
commit 4e5dc68f87
2 changed files with 9 additions and 9 deletions

View file

@ -31,7 +31,7 @@ var $plugins = [
description: "アナザーニューゲーム追加プラグイン",
parameters: {
anotherDataList:
'["{\\"name\\":\\"回想モード\\",\\"mapId\\":\\"166\\",\\"mapX\\":\\"14\\",\\"mapY\\":\\"6\\",\\"hidden\\":\\"false\\",\\"disable\\":\\"true\\",\\"addPosition\\":\\"0\\",\\"switchId\\":\\"400\\",\\"fileLoad\\":\\"false\\",\\"noFadeout\\":\\"false\\"}"]',
'["{\\"name\\":\\"Recollection\\",\\"mapId\\":\\"166\\",\\"mapX\\":\\"14\\",\\"mapY\\":\\"6\\",\\"hidden\\":\\"false\\",\\"disable\\":\\"true\\",\\"addPosition\\":\\"0\\",\\"switchId\\":\\"400\\",\\"fileLoad\\":\\"false\\",\\"noFadeout\\":\\"false\\"}"]',
manageNumber: "",
},
},
@ -5463,7 +5463,7 @@ var $plugins = [
description: "オプション任意項目作成プラグイン",
parameters: {
数値項目:
'["{\\"Name\\":\\"オートモード待機時間(可変)\\",\\"DefaultValue\\":\\"5\\",\\"VariableID\\":\\"14\\",\\"HiddenFlag\\":\\"false\\",\\"Script\\":\\"\\",\\"NumberMin\\":\\"0\\",\\"NumberMax\\":\\"10\\",\\"NumberStep\\":\\"1\\",\\"AddPosition\\":\\"\\",\\"PaddingTop\\":\\"0\\"}","{\\"Name\\":\\"オートモード待機時間(固定)\\",\\"DefaultValue\\":\\"50\\",\\"VariableID\\":\\"15\\",\\"HiddenFlag\\":\\"false\\",\\"Script\\":\\"\\",\\"NumberMin\\":\\"0\\",\\"NumberMax\\":\\"100\\",\\"NumberStep\\":\\"10\\",\\"AddPosition\\":\\"\\",\\"PaddingTop\\":\\"0\\"}"]',
'["{\\"Name\\":\\"Auto Mode Time (Variable)\\",\\"DefaultValue\\":\\"5\\",\\"VariableID\\":\\"14\\",\\"HiddenFlag\\":\\"false\\",\\"Script\\":\\"\\",\\"NumberMin\\":\\"0\\",\\"NumberMax\\":\\"10\\",\\"NumberStep\\":\\"1\\",\\"AddPosition\\":\\"\\",\\"PaddingTop\\":\\"0\\"}","{\\"Name\\":\\"Auto Mode Time (Fixed)\\",\\"DefaultValue\\":\\"50\\",\\"VariableID\\":\\"15\\",\\"HiddenFlag\\":\\"false\\",\\"Script\\":\\"\\",\\"NumberMin\\":\\"0\\",\\"NumberMax\\":\\"100\\",\\"NumberStep\\":\\"10\\",\\"AddPosition\\":\\"\\",\\"PaddingTop\\":\\"0\\"}"]',
文字項目: "",
スイッチ項目: "",
音量項目: "",
@ -5507,7 +5507,7 @@ var $plugins = [
description: "簡易ボイスプラグイン",
parameters: {
フォルダ名: "v",
オプション名称: "ボイス 音量",
オプション名称: "Voice Volume",
オプション初期値: "100",
},
},
@ -5741,14 +5741,14 @@ var $plugins = [
WASDCommand: '{"en":"WASD","jp":"WASD"}',
WASDwidth: "3",
WASDhelp:
'{"en":"seve setting","jp":"WASDのキーで移動できるようにします。"}',
changeKeyLayoutCommand: '{"jp":"キー配置","en":"Key Layout"}',
'{"en":"WASD to Move","jp":"WASD to Move"}',
changeKeyLayoutCommand: '{"jp":"Key Layout","en":"Key Layout"}',
changeKeyLayoutCommandWidth: "4",
exitCommand: '{"en":"exit","jp":"やめる"}',
exitCommand: '{"en":"Quit","jp":"Quit"}',
exitWidth: "4",
exitHelp: '{"en":"exit","jp":"変更を保存せずにやめる"}',
exitHelp: '{"en":"Quit without saving","jp":"Quit without saving"}',
gamepadConfigCommandText:
'{"en":"gamepad config","jp":"ゲームパッドコンフィグ"}',
'{"en":"Gamepad Config","jp":"Gamepad Config"}',
keyConfigCommandText: '{"en":"keyboard config","jp":"キーコンフィグ"}',
gamepadSceneBackground: "",
keySceneBackground: "",

View file

@ -1534,7 +1534,7 @@ Window_Base.prototype.standardFontFace = function() {
};
Window_Base.prototype.standardFontSize = function() {
return Yanfly.Param.FontSize;
return Yanfly.Param.FontSize - 4;
};
Window_Base.prototype.standardPadding = function() {