UI
This commit is contained in:
parent
c6a3da6faa
commit
1554f7bdd4
1 changed files with 5 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ var $plugins = [
|
|||
name: "MAT_LoadComSim",
|
||||
status: true,
|
||||
description: "ver1.00 メニューコマンドに「ロード」を追加します。",
|
||||
parameters: { loadtext: "ロード", testenable: "false" },
|
||||
parameters: { loadtext: "Load", testenable: "false" },
|
||||
},
|
||||
{
|
||||
name: "Keke_TitleSkip",
|
||||
|
|
@ -85,11 +85,11 @@ var $plugins = [
|
|||
menuHelpSettings: "",
|
||||
menuHelpWindowEnable: "true",
|
||||
menuHelpTexts:
|
||||
'["{\\"symbol\\":\\"アイテム\\",\\"helpText\\":\\"入手したアイテムを使用します。\\"}","{\\"symbol\\":\\"スキル\\",\\"helpText\\":\\"習得したスキルを使用します。\\"}","{\\"symbol\\":\\"装備\\",\\"helpText\\":\\"装備を変更します。\\"}","{\\"symbol\\":\\"ステータス\\",\\"helpText\\":\\"ステータスを確認します。\\"}","{\\"symbol\\":\\"並び替え\\",\\"helpText\\":\\"パーティの並び順を変更します。\\"}","{\\"symbol\\":\\"オプション\\",\\"helpText\\":\\"オプション画面を開きます。\\"}","{\\"symbol\\":\\"セーブ\\",\\"helpText\\":\\"セーブ画面を開きます。\\"}","{\\"symbol\\":\\"ゲーム終了\\",\\"helpText\\":\\"ゲームを終了します。\\"}"]',
|
||||
leftBlockLabel: "現在地:",
|
||||
'["{\\"symbol\\":\\"Items\\",\\"helpText\\":\\"Use acquired items.\\"}","{\\"symbol\\":\\"Skills\\",\\"helpText\\":\\"Use learned skills.\\"}","{\\"symbol\\":\\"Equipment\\",\\"helpText\\":\\"Change equipment.\\"}","{\\"symbol\\":\\"Status\\",\\"helpText\\":\\"Check status.\\"}","{\\"symbol\\":\\"Reorder\\",\\"helpText\\":\\"Change party order.\\"}","{\\"symbol\\":\\"Options\\",\\"helpText\\":\\"Open the options menu.\\"}","{\\"symbol\\":\\"Save\\",\\"helpText\\":\\"Open the save menu.\\"}","{\\"symbol\\":\\"Quit Game\\",\\"helpText\\":\\"Quit the game.\\"}"]',
|
||||
leftBlockLabel: "Location: ",
|
||||
leftBlockValue: "$gameMap.displayName()",
|
||||
leftBlockAlign: "left",
|
||||
rightBlockLabel: "プレイ時間:",
|
||||
rightBlockLabel: "Playtime: ",
|
||||
rightBlockValue: "$gameSystem.playtimeText()",
|
||||
rightBlockAlign: "right",
|
||||
rightBottomBlockLabel: "",
|
||||
|
|
@ -203,7 +203,7 @@ var $plugins = [
|
|||
parameters: {
|
||||
base: "",
|
||||
baseItems:
|
||||
'["{\\"name\\":\\"Hステータス\\",\\"commonEvent\\":\\"7\\",\\"switchId\\":\\"7\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"次の目的\\",\\"commonEvent\\":\\"11\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}"]',
|
||||
'["{\\"name\\":\\"H Status\\",\\"commonEvent\\":\\"7\\",\\"switchId\\":\\"7\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}","{\\"name\\":\\"Objective\\",\\"commonEvent\\":\\"11\\",\\"switchId\\":\\"0\\",\\"visibility\\":\\"true\\",\\"note\\":\\"\\"}"]',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue