TL Some things
This commit is contained in:
parent
8d9a479cf7
commit
23a98db4cc
4 changed files with 1879 additions and 6 deletions
|
|
@ -139,7 +139,7 @@
|
|||
"Armor",
|
||||
"Accessory"
|
||||
],
|
||||
"gameTitle": "Sinope with One Wing",
|
||||
"gameTitle": "One Winged Sinope",
|
||||
"gameoverMe": {
|
||||
"name": "Gameover1",
|
||||
"pan": 0,
|
||||
|
|
|
|||
|
|
@ -668,9 +668,9 @@ var $plugins = [
|
|||
DisableShowFastSwitch: "",
|
||||
"<Option>": "",
|
||||
OptionPosition: "3",
|
||||
OptionName: "メッセージ速度",
|
||||
OptionName: "Message Speed",
|
||||
MessageSpeedList:
|
||||
'["{\\"Name\\":\\"遅い\\",\\"MessageSpeed\\":\\"75\\"}","{\\"Name\\":\\"普通\\",\\"MessageSpeed\\":\\"100\\"}","{\\"Name\\":\\"高速\\",\\"MessageSpeed\\":\\"200\\"}","{\\"Name\\":\\"瞬間\\",\\"MessageSpeed\\":\\"99999\\"}"]',
|
||||
'["{\\"Name\\":\\"Slow\\",\\"MessageSpeed\\":\\"75\\"}","{\\"Name\\":\\"Normal\\",\\"MessageSpeed\\":\\"100\\"}","{\\"Name\\":\\"Fast\\",\\"MessageSpeed\\":\\"200\\"}","{\\"Name\\":\\"Instant\\",\\"MessageSpeed\\":\\"99999\\"}"]',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -1770,7 +1770,7 @@ var $plugins = [
|
|||
description: "v1.001 オプション画面の表示をカスタマイズ",
|
||||
parameters: {
|
||||
SeparateList:
|
||||
'["{\\"SeparateText\\":\\"\\\\\\\\c[13]音量設定\\",\\"Position\\":\\"4\\"}"]',
|
||||
'["{\\"SeparateText\\":\\"\\\\\\\\c[13]Volume Settings\\",\\"Position\\":\\"4\\"}"]',
|
||||
SeparateCenter: "false",
|
||||
MaxVisibleCommands: "12",
|
||||
WindowWidth: "400",
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ var VoiceControl = VoiceControl || {};
|
|||
(() => {
|
||||
// カテゴリ名とオプション表示名を対応付け
|
||||
const CATEGORY_LABELS = {
|
||||
part: "パートボイス",
|
||||
h: "Hボイス"
|
||||
part: "Part Voice",
|
||||
h: "H Voice"
|
||||
};
|
||||
|
||||
// ConfigManager に初期値を登録
|
||||
|
|
|
|||
1873
plugins.js
Normal file
1873
plugins.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue