TL Some UI
This commit is contained in:
parent
bb71166cec
commit
3b23ae46bd
2 changed files with 8 additions and 8 deletions
|
|
@ -54615,7 +54615,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"Oh, he was a child actor when he was little."
|
||||
"Oh, she was a child actor when she was little."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -54649,7 +54649,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"What impression did you get? With such a\nbackground, doesn't he still have a certain flair?"
|
||||
"What impression did you get? With such a\nbackground, doesn't she still have a certain flair?"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -107,8 +107,8 @@ var $plugins = [
|
|||
parameters: {
|
||||
"Event Command Switch": "1",
|
||||
"Y position type": "0",
|
||||
textGainItem: "%1入手!",
|
||||
textLoseItem: "%1消失……。",
|
||||
textGainItem: "%1 Obtained!",
|
||||
textLoseItem: "%1 Lost...",
|
||||
"SE filename": "Item1",
|
||||
"SE volume": "30",
|
||||
"SE pitch": "100",
|
||||
|
|
@ -212,7 +212,7 @@ var $plugins = [
|
|||
status: true,
|
||||
description:
|
||||
"【ver.1.1】装備画面で装備後のアイテムを選択する際、一番左上の空白に「はずす」などの文字を入れます。",
|
||||
parameters: { Text: "はずす", "Text X": "36", "Text Enabled": "true" },
|
||||
parameters: { Text: "Remove", "Text X": "36", "Text Enabled": "true" },
|
||||
},
|
||||
{
|
||||
name: "EaseEventLoad",
|
||||
|
|
@ -1172,7 +1172,7 @@ var $plugins = [
|
|||
"Menu 50 Main Bind": "this.commandPersonal.bind(this)",
|
||||
"Menu 50 Actor Bind": "SceneManager.push(Scene_Status)",
|
||||
"---Menu 51---": "",
|
||||
"Menu 51 Name": "'Hな記録'",
|
||||
"Menu 51 Name": "'H Record'",
|
||||
"Menu 51 Symbol": "eroStatus",
|
||||
"Menu 51 Show": "true",
|
||||
"Menu 51 Enabled": "true",
|
||||
|
|
@ -1532,7 +1532,7 @@ var $plugins = [
|
|||
"Menu 95 Main Bind": "this.commandSave.bind(this)",
|
||||
"Menu 95 Actor Bind": "",
|
||||
"---Menu 96---": "",
|
||||
"Menu 96 Name": "'ロード'",
|
||||
"Menu 96 Name": "'Load'",
|
||||
"Menu 96 Symbol": "common event",
|
||||
"Menu 96 Show": "true",
|
||||
"Menu 96 Enabled": "true",
|
||||
|
|
@ -1540,7 +1540,7 @@ var $plugins = [
|
|||
"Menu 96 Main Bind": "this.callCommonEvent.bind(this)",
|
||||
"Menu 96 Actor Bind": "",
|
||||
"---Menu 97---": "",
|
||||
"Menu 97 Name": "'立ち絵表示'",
|
||||
"Menu 97 Name": "'Standing CG'",
|
||||
"Menu 97 Symbol": "common event",
|
||||
"Menu 97 Show": "true",
|
||||
"Menu 97 Enabled": "true",
|
||||
|
|
|
|||
Loading…
Reference in a new issue