Adjust some fonts
This commit is contained in:
parent
e0db132045
commit
a092cc95f8
3 changed files with 15 additions and 15 deletions
|
|
@ -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?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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]マスターした!",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Window_Base.prototype.standardFontFace = function () {
|
|||
};
|
||||
|
||||
Window_Base.prototype.standardFontSize = function () {
|
||||
return 24;
|
||||
return 20;
|
||||
};
|
||||
|
||||
Window_Base.prototype.standardPadding = function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue