fix: update key in level file and fix error when reset game

This commit is contained in:
Kylin_on_Mac
2023-10-11 16:18:19 +08:00
parent fc3bf97ffe
commit b7076e4b32
14 changed files with 48 additions and 51 deletions

View File

@ -18,8 +18,8 @@
"type": "int",
"min": -1,
"max": 100,
"default": 1,
"help": "選定內建關卡,預設為 1 選擇第一關。"
"default": -1,
"help": "選定內建關卡,請注意,使用此設定將會覆蓋掉其他關卡設定,預設為 -1 選擇任何關卡。"
}, {
"name": "level_file",
"verbose": "匯入關卡檔案",