TL A bunch of UI
This commit is contained in:
parent
f2bd21c4fd
commit
e857f4bef4
1 changed files with 4 additions and 4 deletions
|
|
@ -165,7 +165,7 @@ var $plugins = [
|
|||
description: "ゲーム内用語辞典プラグイン",
|
||||
parameters: {
|
||||
GlossaryInfo:
|
||||
'["{\\"GlossaryType\\":\\"1\\",\\"CommandName\\":\\"辞典\\",\\"UseCategory\\":\\"false\\",\\"CommandSwitchId\\":\\"0\\",\\"BackPicture\\":\\"\\",\\"SelectAction\\":\\"0\\",\\"SelectSwitchId\\":\\"0\\",\\"SelectVariableId\\":\\"0\\",\\"ConfirmMessage\\":\\"false\\",\\"ConfirmUse\\":\\"使う\\",\\"ConfirmNoUse\\":\\"やめる\\",\\"ConfirmX\\":\\"0\\",\\"ConfirmY\\":\\"0\\",\\"GlossaryHelp\\":\\"ゲーム中に登場する用語を解説しています。\\",\\"CategoryHelp\\":\\"カテゴリを選択してください。\\",\\"ConfirmHelp\\":\\"\\",\\"UsingHelp\\":\\"\\",\\"CompleteView\\":\\"false\\",\\"CompleteMessage\\":\\"収集率 \\\\\\\\c[2]%1\\\\\\\\c[0] %\\",\\"ShowingItemNumber\\":\\"false\\",\\"UsableDefault\\":\\"true\\",\\"UseItemHistory\\":\\"false\\",\\"GlossaryListWidth\\":\\"240\\",\\"VisibleItemNotYet\\":\\"\\",\\"HideIcon\\":\\"false\\"}"]',
|
||||
'["{\\"GlossaryType\\":\\"1\\",\\"CommandName\\":\\"Glossary\\",\\"UseCategory\\":\\"false\\",\\"CommandSwitchId\\":\\"0\\",\\"BackPicture\\":\\"\\",\\"SelectAction\\":\\"0\\",\\"SelectSwitchId\\":\\"0\\",\\"SelectVariableId\\":\\"0\\",\\"ConfirmMessage\\":\\"false\\",\\"ConfirmUse\\":\\"Select\\",\\"ConfirmNoUse\\":\\"Quit\\",\\"ConfirmX\\":\\"0\\",\\"ConfirmY\\":\\"0\\",\\"GlossaryHelp\\":\\"This section explains terms that appear in the game.\\",\\"CategoryHelp\\":\\"Select category.\\",\\"ConfirmHelp\\":\\"\\",\\"UsingHelp\\":\\"\\",\\"CompleteView\\":\\"false\\",\\"CompleteMessage\\":\\"Total: \\\\\\\\c[2]%1\\\\\\\\c[0] %\\",\\"ShowingItemNumber\\":\\"false\\",\\"UsableDefault\\":\\"true\\",\\"UseItemHistory\\":\\"false\\",\\"GlossaryListWidth\\":\\"240\\",\\"VisibleItemNotYet\\":\\"\\",\\"HideIcon\\":\\"false\\"}"]',
|
||||
Layout: "",
|
||||
FontSize: "18",
|
||||
AutoResizePicture: "true",
|
||||
|
|
@ -190,7 +190,7 @@ var $plugins = [
|
|||
name: "CBR_eroStatus_main",
|
||||
status: true,
|
||||
description: "エロステータス作れちゃうプラグイン(本体)",
|
||||
parameters: { eroStaName: "2人の心", "": "", commonEvent: "" },
|
||||
parameters: { eroStaName: "Two Hearts", "": "", commonEvent: "" },
|
||||
},
|
||||
{
|
||||
name: "CBR_eroStatus_1",
|
||||
|
|
@ -5221,7 +5221,7 @@ var $plugins = [
|
|||
name: "LoadComSim",
|
||||
status: true,
|
||||
description: "ver1.00 メニューコマンドにロードを追加します。",
|
||||
parameters: { loadtext: "ロード" },
|
||||
parameters: { loadtext: "Load" },
|
||||
},
|
||||
{
|
||||
name: "CharacterGraphicExtend",
|
||||
|
|
@ -5248,7 +5248,7 @@ var $plugins = [
|
|||
commandRows: "2",
|
||||
isDisplayStatus: "true",
|
||||
displayMapName: "true",
|
||||
locationString: "現在地:",
|
||||
locationString: "Location: ",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue