Skip to content

Commit

Permalink
Merge pull request #156 from chinosk6/main
Browse files Browse the repository at this point in the history
修复部分 BUG
  • Loading branch information
ChihyuenWang authored Oct 19, 2023
2 parents d95a64f + c1850d3 commit 00052d1
Show file tree
Hide file tree
Showing 10 changed files with 359 additions and 56 deletions.
10 changes: 5 additions & 5 deletions resources/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"readRequestPack": false,
"extraAssetBundlePaths": ["localized_data/umamusumelocalify"],
"replaceFont": true,
"customFontPath": "assets/bundledassets/umamusumelocalify/fonts/msyh.ttf",
"customFontSizeOffset": -4,
"customFontStyle": 1,
"customFontLinespacing": 0.9,
"customFontPath": "assets/bundledassets/umamusumelocalify/fonts/hanyi.otf",
"customFontSizeOffset": -1,
"customFontStyle": 0,
"customFontLinespacing": 0.6,
"replaceAssets": true,
"assetLoadLog": false,
"live": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"z": 0
}
},
"cutin_first_persion": false,
"cutin_first_person": false,
"externalPlugin": {
"hotkey": "u",
"path": "legend_g_plugin.exe",
Expand Down
2 changes: 1 addition & 1 deletion resources/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
"additionalProperties": false
},
"cutin_first_persion": {
"cutin_first_person": {
"description": "CutIn 第一人称(使用 F 键切换)",
"type": "boolean",
"default": false
Expand Down
4 changes: 2 additions & 2 deletions resources/config_en.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@
},
"additionalProperties": false
},
"cutin_first_persion": {
"description": "CutIn first persion (perss F to switch).",
"cutin_first_person": {
"description": "CutIn first person (perss F to switch).",
"type": "boolean",
"default": false
},
Expand Down
2 changes: 1 addition & 1 deletion resources/config_zh_tw.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
"additionalProperties": false
},
"cutin_first_persion": {
"cutin_first_person": {
"description": "CutIn 第一人稱(F 鍵切換)",
"type": "boolean",
"default": false
Expand Down
Binary file modified resources/legend_g_plugin.exe
Binary file not shown.
Loading

0 comments on commit 00052d1

Please sign in to comment.