feat: set playground size in init

This commit is contained in:
Kylin_on_Mac
2023-09-22 15:45:51 +08:00
parent 8129c284bd
commit 9f5b5136e1
2 changed files with 16 additions and 7 deletions

View File

@ -36,13 +36,21 @@
"default": 10
},
{
"name": "score",
"name": "score_to_win",
"verbose": "通關分數",
"type": "int",
"min": 1,
"max": 30,
"default": 10,
"help": "set the score to win this game "
},
{
"name": "playground_size",
"verbose": "場地尺寸",
"type": "list",
"default": "500,400",
"help": "set the size of playground "
}
]
}