From a092cc95f8a49f6d50790e6ef93a375bebe514f1 Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Sat, 10 Aug 2024 13:34:06 -0500 Subject: [PATCH] Adjust some fonts --- www/data/Map002.json | 2 +- www/js/plugins.js | 26 +++++++++++++------------- www/js/rpg_windows.js | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/www/data/Map002.json b/www/data/Map002.json index b461a76..fa3077e 100644 --- a/www/data/Map002.json +++ b/www/data/Map002.json @@ -4724,7 +4724,7 @@ "code": 401, "indent": 0, "parameters": [ - "The plants are growing from the light outside, I wonder if\nwe can get out from there?]" + "The plants are growing from the light outside, I wonder if\nwe can get out from there?" ] }, { diff --git a/www/js/plugins.js b/www/js/plugins.js index db6641d..a1ae360 100644 --- a/www/js/plugins.js +++ b/www/js/plugins.js @@ -407,7 +407,7 @@ var $plugins = [ "Use Battle Info": "true", "Use Rewards Info": "true", "Info Pattern": "Stretch", - "Info Font Size": "20", + "Info Font Size": "16", "Info Count": "300", "Info Delay": "100", "Info MoveWait": "300", @@ -430,25 +430,25 @@ var $plugins = [ "Menu Info Log Name": "", "Battle Show List": "item,gold,exp,skill,params,level,abp,classLevel", "Get Gold Text": - "「\\I[_icon]_num\\C[14]\\G\\C[0]」 を\\C[24]手に入れた!", + "「\\I[_icon]_num\\C[14]\\G\\C[0]」 \\C[24]Obtained!", "Lost Gold Text": - "「\\I[_icon]_num\\C[14]\\G\\C[0]」 を\\C[2]失った・・・", + "「\\I[_icon]_num\\C[14]\\G\\C[0]」 \\C[2]Lost...", "Get Item Text": - "「\\I[_icon]_name」 を\\C[24]手に入れた!\\n\\C[6]_desc1", + "「\\I[_icon]_name」 \\C[24]Obtained!\\n\\C[6]_desc1", "Lost Item Text": - "「\\I[_icon]_name」 を\\C[2]失った・・・\\n\\C[6]_desc1", + "「\\I[_icon]_name」 \\C[2]Lost...\\n\\C[6]_desc1", "Get Item Text Num": - "「\\I[_icon]_name」 を\\C[14]_num個\\C[24]手に入れた!\\n\\C[6]_desc1", + "「\\I[_icon]_name」 \\C[14]_num個\\C[24]Obtained!\\n\\C[6]_desc1", "Lost Item Text Num": - "「\\I[_icon]_name」を\\C[14]_num個\\C[2]失った・・・\\n\\C[6]_desc1", + "「\\I[_icon]_name」\\C[14]_num個\\C[2]Lost...\\n\\C[6]_desc1", "Get Skill Text": - "_actorは「\\I[_icon]_name」 を\\C[24]覚えた!\\n\\C[6]_desc1", + "_actorは「\\I[_icon]_name」 \\C[24]覚えた!\\n\\C[6]_desc1", "Lost Skill Text": "_actorは「\\I[_icon]_name」を \\C[2]忘れてしまった・・・\\n\\C[6]_desc1", "Exp Up Text": - "_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]を\\C[24]得た!", + "_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]\\C[24]得た!", "Exp Down Text": - "_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]を\\C[2]失った・・・", + "_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]\\C[2]Lost...", "Lv Up Text": "_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[24]上がった!", "Lv Down Text": @@ -458,16 +458,16 @@ var $plugins = [ "Param Down Text": "_actorは\\C[4]_name\\C[0]が\\C[14]_numポイント\\C[2]下がった・・・", "Abp Up Text": - "_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]を\\C[24]得た!", + "_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]\\C[24]得た!", "Abp Down Text": - "_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]を\\C[2]失った・・・", + "_actorは\\C[14]_numポイント\\C[0]の\\C[4]_name\\C[0]\\C[2]Lost...", "Class Lv Up Text": "_actorは\\C[4]_classの_name\\C[0]が\\C[14]_numポイント\\C[24]上がった!", "Class Lv Down Text": "_actorは\\C[4]_classの_name\\C[0]が\\C[14]_numポイント\\C[2]下がった・・・", "Formation Lv Up Text": "\\C[4]_nameの熟練度\\C[0]が\\C[14]_numポイント\\C[24]上がった!", - "Formation Lv Max Text": "\\C[4]_name\\C[0]を\\C[14]マスターした!", + "Formation Lv Max Text": "\\C[4]_name\\C[0]\\C[14]マスターした!", }, }, { diff --git a/www/js/rpg_windows.js b/www/js/rpg_windows.js index 36823af..09c793c 100644 --- a/www/js/rpg_windows.js +++ b/www/js/rpg_windows.js @@ -47,7 +47,7 @@ Window_Base.prototype.standardFontFace = function () { }; Window_Base.prototype.standardFontSize = function () { - return 24; + return 20; }; Window_Base.prototype.standardPadding = function () {