Adjust font and translate titles
This commit is contained in:
parent
d36511d728
commit
404217fb5a
5 changed files with 5 additions and 5 deletions
|
|
@ -7983,7 +7983,7 @@
|
|||
2,
|
||||
0,
|
||||
4,
|
||||
"'Chapter1「憧れと過ち」'"
|
||||
"'Chapter 1 Longing and Mistake'"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2773,7 +2773,7 @@
|
|||
2,
|
||||
0,
|
||||
4,
|
||||
"'Chapter1「憧れと過ち」'"
|
||||
"'Chapter 1 Longing and Mistake'"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1468,7 +1468,7 @@
|
|||
2,
|
||||
0,
|
||||
4,
|
||||
"'Chapter1「憧れと過ち」'"
|
||||
"'Chapter 1 Longing and Mistake'"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ var $plugins =
|
|||
{ "name": "DynamicDatabase", "status": true, "description": "動的データベース構築プラグイン", "parameters": {} },
|
||||
{ "name": "RestoreMenuAfterCommon", "status": true, "description": "Back to the same menu scene after common events caused by items.", "parameters": {} },
|
||||
{ "name": "Community_Basic", "status": true, "description": "基本的なパラメーターを設定するプラグインです。", "parameters": { "cacheLimit": "200", "screenWidth": "1280", "screenHeight": "720", "changeWindowWidthTo": "", "changeWindowHeightTo": "", "renderingMode": "auto", "alwaysDash": "on", "textSpeed": "1", "autoSaveFileId": "0", "errorMessage": "エラーが発生しました", "showErrorDetail": "true", "enableProgressBar": "false", "maxRenderingFps": "0" } },
|
||||
{ "name": "BB_CustomSaveWindow", "status": true, "description": "セーブウインドウ改造プラグイン", "parameters": { "OutsideFrameColor": "0", "OutsideFrameOpacity": "64", "InsideFrameColor": "0", "InsideFrameOpacity": "64", "MaxItem": "0", "Item0": "6", "Item0Length": "300", "Item1title": "プレイ時間", "Item1": "2", "Item2title": "現在地", "Item2": "3", "Item3title": "所持金", "Item3": "4", "Item4title": "セーブ回数", "Item4": "5", "Item5": "0", "ItemValue1": "2", "ItemValue2": "", "ItemValue3": "", "ItemValue4": "", "ItemValue1unit": "", "ItemValue2unit": "", "ItemValue3unit": "", "ItemValue4unit": "", "TitleFramelength1": "110", "TitleFramelength2": "110", "TitleFramelength3": "110", "TitleFramelength4": "110", "CharacterPositionY": "12", "CharacterOpacity": "2", "LevelPositionY": "23", "LevelOnOff": "1" } },
|
||||
{ "name": "BB_CustomSaveWindow", "status": true, "description": "セーブウインドウ改造プラグイン", "parameters": { "OutsideFrameColor": "0", "OutsideFrameOpacity": "64", "InsideFrameColor": "0", "InsideFrameOpacity": "64", "MaxItem": "0", "Item0": "6", "Item0Length": "300", "Item1title": "Playtime", "Item1": "2", "Item2title": "Location", "Item2": "3", "Item3title": "Money", "Item3": "4", "Item4title": "Saves", "Item4": "5", "Item5": "0", "ItemValue1": "2", "ItemValue2": "", "ItemValue3": "", "ItemValue4": "", "ItemValue1unit": "", "ItemValue2unit": "", "ItemValue3unit": "", "ItemValue4unit": "", "TitleFramelength1": "110", "TitleFramelength2": "110", "TitleFramelength3": "110", "TitleFramelength4": "110", "CharacterPositionY": "12", "CharacterOpacity": "2", "LevelPositionY": "23", "LevelOnOff": "1" } },
|
||||
{ "name": "TKM_ChoiceList", "status": true, "description": "ツキミ式選択肢", "parameters": { "use": "true", "-- Choice settings --": "", "image": "Window", "tone": "100, -40, 40", "fontSize": "32", "okFlashDuration": "30", "okFlashFrequency": "4", "textAlign": "0", "-- Advanced settings --": "", "backOpacity": "255", "fontOLWidth": "3", "fontOLColor": "rgba(0, 0, 0, 0.5)", "vertiPadding": "8", "choiceHoriPadding": "32", "choiceVertiPadding": "5", "maxRows": "4", "maxRowsC": "3", "mineLineWidth": "96" } },
|
||||
{ "name": "ChangeAnimationZ", "status": true, "description": "マップシーンでのアニメーションの奥行きを変更", "parameters": {} },
|
||||
{ "name": "AnimationFrameRate", "status": true, "description": "アニメフレームレート", "parameters": { "framerate:1": "!", "framerate:2": "&", "framerate:3": "$", "framerate:5": "#", "framerate:6": "%" } },
|
||||
|
|
|
|||
|
|
@ -2077,7 +2077,7 @@ Window_MenuStatusM.prototype.loadImages = function () {
|
|||
// * drawItem
|
||||
//==============================
|
||||
Window_MenuStatusM.prototype.drawItem = function (index) {
|
||||
this.contents.fontSize = 20;
|
||||
this.contents.fontSize = 21;
|
||||
this.drawItemBackground(index)
|
||||
this.drawItemImage(index);
|
||||
this.drawItemStatus(index);
|
||||
|
|
|
|||
Loading…
Reference in a new issue