TL Plugins
This commit is contained in:
parent
2946fb7fce
commit
20271b935b
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ var $plugins = [{
|
|||
"status": true,
|
||||
"description": "各シーンに追加で任意のウィンドウを表示します。",
|
||||
"parameters": {
|
||||
"WindowList": "[\"{\\\"SceneName\\\":\\\"Scene_Map\\\",\\\"x\\\":\\\"30\\\",\\\"y\\\":\\\"70\\\",\\\"width\\\":\\\"200\\\",\\\"height\\\":\\\"0\\\",\\\"LineHeight\\\":\\\"36\\\",\\\"Text\\\":\\\"\\\\\\\\V[11]月\\\\\\\\V[12]日\\\\n行動:あと\\\\\\\\V[13]回\\\\n所持金:\\\\\\\\C[17]\\\\\\\\V[14]\\\\\\\\C[0]円\\\",\\\"FontSize\\\":\\\"0\\\",\\\"WindowSkin\\\":\\\"\\\",\\\"SwitchId\\\":\\\"5\\\",\\\"ShowOpenAnimation\\\":\\\"false\\\"}\"]"
|
||||
"WindowList": "[\"{\\\"SceneName\\\":\\\"Scene_Map\\\",\\\"x\\\":\\\"30\\\",\\\"y\\\":\\\"70\\\",\\\"width\\\":\\\"200\\\",\\\"height\\\":\\\"0\\\",\\\"LineHeight\\\":\\\"36\\\",\\\"Text\\\":\\\"\\\\\\\\V[11]/\\\\\\\\V[12]\\\\nActions Left: \\\\\\\\V[13]\\\\nMoney: \\\\\\\\C[17]\\\\\\\\V[14]\\\\\\\\C[0] yen\\\",\\\"FontSize\\\":\\\"0\\\",\\\"WindowSkin\\\":\\\"\\\",\\\"SwitchId\\\":\\\"5\\\",\\\"ShowOpenAnimation\\\":\\\"false\\\"}\"]"
|
||||
}
|
||||
}, {
|
||||
"name": "---TITLE---",
|
||||
|
|
@ -306,7 +306,7 @@ var $plugins = [{
|
|||
"status": true,
|
||||
"description": "セーブ画面に自由な文字列を表示",
|
||||
"parameters": {
|
||||
"DisplayText": "\\V[11]月\\V[12]日\\n\\MAP",
|
||||
"DisplayText": "\\V[11]/\\V[12]\\n\\MAP",
|
||||
"PosX": "575",
|
||||
"PosY": "10",
|
||||
"Width": "520",
|
||||
|
|
|
|||
Loading…
Reference in a new issue