feat:remove some game arguments
This commit is contained in:
@ -12,76 +12,13 @@
|
||||
"max": 1
|
||||
},
|
||||
"game_params": [
|
||||
{
|
||||
"name": "time_to_play",
|
||||
"verbose": "遊戲總幀數",
|
||||
"type": "int",
|
||||
"max": 2000,
|
||||
"min": 600,
|
||||
"default": 600,
|
||||
"help": "set the limit of frame count , actually time will be revised according to your FPS ."
|
||||
},
|
||||
{
|
||||
"name": "green_food_count",
|
||||
"verbose": "綠色食物數量",
|
||||
"type": "int",
|
||||
"choices": [
|
||||
5,
|
||||
10,
|
||||
15,
|
||||
20,
|
||||
25,
|
||||
30,
|
||||
35,
|
||||
40,
|
||||
45,
|
||||
50
|
||||
],
|
||||
"help": "set the total number of points",
|
||||
"default": 10
|
||||
},
|
||||
{
|
||||
"name": "red_food_count",
|
||||
"verbose": "紅色食物數量",
|
||||
"type": "int",
|
||||
"choices": [
|
||||
5,
|
||||
10,
|
||||
15,
|
||||
20,
|
||||
25,
|
||||
30,
|
||||
35,
|
||||
40,
|
||||
45,
|
||||
50
|
||||
],
|
||||
"help": "set the total number of points",
|
||||
"default": 10
|
||||
},
|
||||
{
|
||||
"name": "score_to_pass",
|
||||
"verbose": "通關分數",
|
||||
"type": "int",
|
||||
"min": 1,
|
||||
"max": 30,
|
||||
"default": 10,
|
||||
"help": "set the score to win this game "
|
||||
},
|
||||
{
|
||||
"name": "playground_size",
|
||||
"verbose": "場地尺寸",
|
||||
"type": "list",
|
||||
"default": "400,400",
|
||||
"help": "set the size of playground "
|
||||
},
|
||||
{
|
||||
"name": "level",
|
||||
"verbose": "內建關卡編號",
|
||||
"type": "int",
|
||||
"min": -1,
|
||||
"max": 5,
|
||||
"default": "-1",
|
||||
"max": 100,
|
||||
"default": -1,
|
||||
"help": "選定內建關卡,請注意,使用此設定將會覆蓋掉其他關卡設定,預設為 -1 不選擇任何關卡。"
|
||||
}, {
|
||||
"name": "level_file",
|
||||
|
Reference in New Issue
Block a user