19 lines
325 B
JSON
19 lines
325 B
JSON
{
|
|
"time_to_play": 600,
|
|
"playground_size_w":700,
|
|
"playground_size_h":550,
|
|
"score_to_pass": 10,
|
|
"food_1": 3,
|
|
"food_1_max": 5,
|
|
"food_2": 2,
|
|
"food_2_max": 3,
|
|
"food_3": 5,
|
|
"food_3_max": 7,
|
|
"garbage_1": 1,
|
|
"garbage_1_max": 4,
|
|
"garbage_2": 1,
|
|
"garbage_2_max": 3,
|
|
"garbage_3": 1,
|
|
"garbage_3_max": 2
|
|
|
|
} |