feat: support level_file arg

This commit is contained in:
Kylin_on_Mac
2023-09-23 10:58:17 +08:00
parent bfc5ab7c9a
commit 55b195ae14
3 changed files with 30 additions and 13 deletions

View File

@ -83,6 +83,12 @@
"max": 5,
"default": "-1",
"help": "選定內建關卡,請注意,使用此設定將會覆蓋掉其他關卡設定,預設為 -1 不選擇任何關卡。"
}, {
"name": "level_file",
"verbose": "匯入關卡檔案",
"type": "path",
"default": "",
"help": "可匯入自定義的關卡資料,請參考內建範例的資料格式來設定。使用此設定會覆蓋掉其他關卡設定,也不會使用關卡編號,也不會自動進入下一關。"
},
{
"name": "sound",