From 4e5dc68f8765fadb67742b4f1e71d6634ef7b821 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Mon, 26 May 2025 13:58:24 -0500 Subject: [PATCH] Adjust font --- www/js/plugins.js | 16 ++++++++-------- www/js/plugins/YEP_CoreEngine.js | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/js/plugins.js b/www/js/plugins.js index e6caea6..0696d93 100644 --- a/www/js/plugins.js +++ b/www/js/plugins.js @@ -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: "", diff --git a/www/js/plugins/YEP_CoreEngine.js b/www/js/plugins/YEP_CoreEngine.js index ed6a331..edf4d46 100644 --- a/www/js/plugins/YEP_CoreEngine.js +++ b/www/js/plugins/YEP_CoreEngine.js @@ -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() {