feat: change level format

This commit is contained in:
Kylin_on_Mac
2023-10-10 23:07:29 +08:00
parent ba349a6104
commit d7252f60d6
3 changed files with 45 additions and 37 deletions

View File

@ -5,6 +5,6 @@
200
],
"score_to_pass": 10,
"green_food_count": 3,
"black_food_count": 0
"green_food_count": [3,0,0],
"black_food_count": [1,0,0]
}