feat: add level in game param

This commit is contained in:
Kylin_on_Mac
2023-09-22 16:19:10 +08:00
parent 9f5b5136e1
commit 3ec08f8510
4 changed files with 90 additions and 72 deletions

View File

@ -1,27 +1,10 @@
{
"frame_limit": 1200,
"screen_size": [
100,
100
"time_to_play": 1200,
"playground_size": [
500,
200
],
"score_to_pass": 20,
"mebo_init_lv": 1,
"green_food_counts": [
8,
5,
2,
1
],
"red_food_counts": [
8,
5,
2,
1
],
"black_food_counts": [
8,
5,
2,
1
]
"green_food_count": 3,
"black_food_count": 1
}