refac: update level file

This commit is contained in:
Kylin_on_Mac
2023-10-10 23:25:54 +08:00
parent a6fcbbe55f
commit 46e655930d
11 changed files with 70 additions and 28 deletions

View File

@ -5,6 +5,6 @@
300
],
"score_to_pass": 15,
"green_food_count": [10,0,0],
"black_food_count": [0,0,0]
"green_food_count": [6,0,0],
"black_food_count": [2,0,0]
}

View File

@ -5,6 +5,6 @@
300
],
"score_to_pass": 15,
"green_food_count": [7,0,0],
"black_food_count": [3,0,0]
"green_food_count": [8,0,0],
"black_food_count": [4,0,0]
}

View File

@ -5,6 +5,6 @@
300
],
"score_to_pass": 15,
"green_food_count": [7,0,0],
"black_food_count": [7,0,0]
"green_food_count": [8,3,0],
"black_food_count": [4,0,0]
}

View File

@ -5,6 +5,6 @@
400
],
"score_to_pass": 15,
"green_food_count": [7,0,0],
"black_food_count": [10,0,0]
"green_food_count": [8,4,0],
"black_food_count": [5,2,0]
}

View File

@ -5,6 +5,6 @@
400
],
"score_to_pass": 20,
"green_food_count": [7,0,0],
"black_food_count": [13,0,0]
"green_food_count": [8,4,2],
"black_food_count": [4,4,0]
}

View File

@ -5,6 +5,6 @@
500
],
"score_to_pass": 20,
"green_food_count": [10,0,0],
"black_food_count": [15,0,0]
"green_food_count": [6,4,2],
"black_food_count": [6,4,2]
}

View File

@ -5,6 +5,6 @@
500
],
"score_to_pass": 25,
"green_food_count": [15,0,0],
"black_food_count": [30,0,0]
"green_food_count": [10,5,3],
"black_food_count": [12,7,4]
}

View File

@ -5,6 +5,6 @@
600
],
"score_to_pass": 25,
"green_food_count": [20,0,0],
"black_food_count": [40,0,0]
"green_food_count": [12,8,4],
"black_food_count": [25,10,5]
}