feat: update levels

This commit is contained in:
Kylin_on_Mac
2023-11-10 13:43:25 +08:00
parent ad3953c0b5
commit cdac00e42c
14 changed files with 103 additions and 82 deletions

View File

@ -1,10 +1,12 @@
{
"time_to_play": 1000,
"playground_size": [
400,
400
],
"score_to_pass": 20,
"good_food_count": [8,4,2],
"bad_food_count": [4,4,0]
"time_to_play": 800,
"playground_size_w":500,
"playground_size_h":500,
"score_to_pass": 30,
"food_1": 8,
"food_2": 4,
"food_3": 2,
"garbage_1": 4,
"garbage_2": 2,
"garbage_3": 0
}