feat:update level file

This commit is contained in:
Kylin_on_Mac 2023-11-16 15:56:27 +08:00
parent 80401a014a
commit 009907100d
4 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{ {
"time_to_play": 300, "time_to_play": 300,
"playground_size_w":300, "playground_size_w":200,
"playground_size_h":300, "playground_size_h":200,
"score_to_pass": 10, "score_to_pass": 10,
"food_1": 3, "food_1": 3,
"food_2": 0, "food_2": 0,

View File

@ -1,7 +1,7 @@
{ {
"time_to_play": 350, "time_to_play": 350,
"playground_size_w":350, "playground_size_w":250,
"playground_size_h":350, "playground_size_h":250,
"score_to_pass": 20, "score_to_pass": 20,
"food_1": 5, "food_1": 5,
"food_2": 0, "food_2": 0,

View File

@ -1,10 +1,10 @@
{ {
"time_to_play": 500, "time_to_play": 500,
"playground_size_w":350, "playground_size_w":300,
"playground_size_h":350, "playground_size_h":300,
"score_to_pass": 30, "score_to_pass": 30,
"food_1": 5, "food_1": 4,
"food_2": 1, "food_2": 2,
"food_3": 0, "food_3": 0,
"garbage_1": 3, "garbage_1": 3,
"garbage_2": 0, "garbage_2": 0,

View File

@ -1,7 +1,7 @@
{ {
"time_to_play": 600, "time_to_play": 600,
"playground_size_w":400, "playground_size_w":350,
"playground_size_h":400, "playground_size_h":350,
"score_to_pass": 40, "score_to_pass": 40,
"food_1": 8, "food_1": 8,
"food_2": 2, "food_2": 2,