Merge pull request #7 from JanForShort/main

Paper Airplane Gauge Fix
This commit is contained in:
dazedanon 2023-08-24 11:54:13 -05:00 committed by GitHub
commit 406f4c8eeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ var $plugins =
{ "name": "LevelupRecover", "status": true, "description": "レベルアップの時に回復するプラグインです。", "parameters": {} },
{ "name": "MKR_PlayerMoveForbid", "status": true, "description": "(v1.0.5) プレイヤー移動禁止プラグイン", "parameters": { "Default_Move_Flag": "3", "Default_Menu_Flag": "false", "Enter Flag": "false" } },
{ "name": "FloatVariables", "status": true, "description": "変数の小数演算プラグイン", "parameters": { "小数変数開始位置": "137", "小数変数終了位置": "138" } },
{ "name": "TMMapHpGauge", "status": true, "description": "マップシーンに顔グラフィックとHPゲージを表示します。\r\n必要に応じてや変数などをゲージで表示することもできます。", "parameters": { "gaugeWindowX": "0", "gaugeWindowY": "0", "gaugeWindowWidth": "800", "gaugeWindowHeight": "100", "gaugeA": "{\"type\":\"VN\",\"x\":\"12\",\"y\":\"12\",\"width\":\"700\",\"height\":\"36\",\"fontSize\":\"28\",\"param\":\"423\",\"max\":\"430\",\"name\":\"パワー\",\"color\":\"#ff60c0 #ffa0e0\"}", "gaugeB": "{\"type\":\"VN\",\"x\":\"12\",\"y\":\"60\",\"width\":\"700\",\"height\":\"36\",\"fontSize\":\"28\",\"param\":\"424\",\"max\":\"430\",\"name\":\"タイミング\",\"color\":\"#ff60c0 #ffa0e0\"}", "gaugeC": "{\"type\":\"\",\"x\":\"12\",\"y\":\"12\",\"width\":\"144\",\"height\":\"36\",\"fontSize\":\"28\",\"param\":\"6\",\"max\":\"0\",\"name\":\"AP\",\"color\":\"#ff60c0 #ffa0e0\"}", "gaugeD": "{\"type\":\"\",\"x\":\"12\",\"y\":\"12\",\"width\":\"144\",\"height\":\"36\",\"fontSize\":\"28\",\"param\":\"0\",\"max\":\"0\",\"name\":\"AP\",\"color\":\"#ff60c0 #ffa0e0\"}", "faceOffsetX": "-1000", "faceOffsetY": "-1000", "stateIconMax": "4", "stateIconX": "156", "stateIconY": "24", "stateIconScale": "100", "stateIconOpacity": "255", "goldWidth": "0", "goldX": "12", "goldY": "12", "vnMax": "false", "shakeTime": "20", "startVisible": "false", "windowOpacity": "255", "collideOpacity": "128", "messageBusyHide": "false", "eventBusyHide": "false", "useBattleScene": "false", "gaugeWindowBattleX": "0", "gaugeWindowBattleY": "0" } },
{ "name": "TMMapHpGauge", "status": true, "description": "マップシーンに顔グラフィックとHPゲージを表示します。\r\n必要に応じてや変数などをゲージで表示することもできます。", "parameters": { "gaugeWindowX": "0", "gaugeWindowY": "0", "gaugeWindowWidth": "800", "gaugeWindowHeight": "100", "gaugeA": "{\"type\":\"VN\",\"x\":\"12\",\"y\":\"12\",\"width\":\"700\",\"height\":\"36\",\"fontSize\":\"28\",\"param\":\"423\",\"max\":\"430\",\"name\":\"Power\",\"color\":\"#ff60c0 #ffa0e0\"}", "gaugeB": "{\"type\":\"VN\",\"x\":\"12\",\"y\":\"60\",\"width\":\"700\",\"height\":\"36\",\"fontSize\":\"28\",\"param\":\"424\",\"max\":\"430\",\"name\":\"Timing\",\"color\":\"#ff60c0 #ffa0e0\"}", "gaugeC": "{\"type\":\"\",\"x\":\"12\",\"y\":\"12\",\"width\":\"144\",\"height\":\"36\",\"fontSize\":\"28\",\"param\":\"6\",\"max\":\"0\",\"name\":\"AP\",\"color\":\"#ff60c0 #ffa0e0\"}", "gaugeD": "{\"type\":\"\",\"x\":\"12\",\"y\":\"12\",\"width\":\"144\",\"height\":\"36\",\"fontSize\":\"28\",\"param\":\"0\",\"max\":\"0\",\"name\":\"AP\",\"color\":\"#ff60c0 #ffa0e0\"}", "faceOffsetX": "-1000", "faceOffsetY": "-1000", "stateIconMax": "4", "stateIconX": "156", "stateIconY": "24", "stateIconScale": "100", "stateIconOpacity": "255", "goldWidth": "0", "goldX": "12", "goldY": "12", "vnMax": "false", "shakeTime": "20", "startVisible": "false", "windowOpacity": "255", "collideOpacity": "128", "messageBusyHide": "false", "eventBusyHide": "false", "useBattleScene": "false", "gaugeWindowBattleX": "0", "gaugeWindowBattleY": "0" } },
{ "name": "MPP_MapLight", "status": true, "description": "マップの明るさを設定できるようにします。", "parameters": { "Light Colors": "[\"255,255,255\",\"192,128,64\",\"32,32,32\"]", "Front Light": "{\"Radius\":\"6\",\"Angle\":\"90\",\"Oy\":\"4\",\"Turn Duration\":\"24\"}", "Darkness Size": "3" } },
{ "name": "TRP_ParticleList", "status": true, "description": "", "parameters": {} },
{ "name": "TRP_ParticlePreset", "status": true, "description": "", "parameters": {} },