feat: update levels
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
{
|
||||
"time_to_play": 300,
|
||||
"playground_w":100,
|
||||
"playground_h":200,
|
||||
"time_to_play": 600,
|
||||
"playground_size_w":700,
|
||||
"playground_size_h":600,
|
||||
"score_to_pass": 10,
|
||||
"good_food_count": [3,0,0],
|
||||
"bad_food_count": [0,0,0],
|
||||
"fish": 0
|
||||
"food_1": 3,
|
||||
"food_2": 2,
|
||||
"food_3": 2,
|
||||
"garbage_1": 1,
|
||||
"garbage_2": 1,
|
||||
"garbage_3": 1
|
||||
|
||||
}
|
Reference in New Issue
Block a user