mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-04-04 06:46:19 +08:00
* Add video tutorial link for score production * Update to version 1.0.1 * Add 2 score files
22 lines
464 B
JSON
22 lines
464 B
JSON
[
|
||
{
|
||
"name": "music_selector",
|
||
"type": "select",
|
||
"label": "选择一首曲子",
|
||
"options": [
|
||
"丝柯克小曲",
|
||
"枕边童话(诗琴)",
|
||
"银月之庭(蓝花)C大调"
|
||
]
|
||
},
|
||
{
|
||
"name": "fix_mode",
|
||
"type": "select",
|
||
"label": "半音修正",
|
||
"options": [
|
||
"忽略",
|
||
"降半音",
|
||
"升半音"
|
||
]
|
||
}
|
||
] |