feat: update levels
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
{
|
||||
"time_to_play": 1000,
|
||||
"playground_size": [
|
||||
400,
|
||||
400
|
||||
],
|
||||
"score_to_pass": 15,
|
||||
"good_food_count": [8,4,0],
|
||||
"bad_food_count": [5,2,0]
|
||||
"playground_size_w":400,
|
||||
"playground_size_h":400,
|
||||
"score_to_pass": 30,
|
||||
"food_1": 8,
|
||||
"food_2": 4,
|
||||
"food_3": 0,
|
||||
"garbage_1": 5,
|
||||
"garbage_2": 2,
|
||||
"garbage_3": 0
|
||||
}
|
Reference in New Issue
Block a user