feat:update level file

This commit is contained in:
Kylin_on_Mac 2023-11-16 15:33:08 +08:00
parent 178dfd20a0
commit a0c086681c
9 changed files with 28 additions and 28 deletions

View File

@ -1,8 +1,8 @@
{
"time_to_play": 300,
"time_to_play": 350,
"playground_size_w":350,
"playground_size_h":350,
"score_to_pass": 10,
"score_to_pass": 20,
"food_1": 5,
"food_2": 0,
"food_3": 0,

View File

@ -2,9 +2,9 @@
"time_to_play": 500,
"playground_size_w":350,
"playground_size_h":350,
"score_to_pass": 15,
"food_1": 3,
"food_2": 0,
"score_to_pass": 30,
"food_1": 5,
"food_2": 1,
"food_3": 0,
"garbage_1": 3,
"garbage_2": 0,

View File

@ -2,9 +2,9 @@
"time_to_play": 600,
"playground_size_w":400,
"playground_size_h":400,
"score_to_pass": 20,
"score_to_pass": 40,
"food_1": 8,
"food_2": 0,
"food_2": 2,
"food_3": 0,
"garbage_1": 4,
"garbage_2": 0,

View File

@ -2,11 +2,11 @@
"time_to_play": 800,
"playground_size_w":400,
"playground_size_h":400,
"score_to_pass": 30,
"score_to_pass": 50,
"food_1": 8,
"food_2": 3,
"food_2": 4,
"food_3": 0,
"garbage_1": 3,
"garbage_2": 0,
"garbage_2": 1,
"garbage_3": 0
}

View File

@ -2,7 +2,7 @@
"time_to_play": 1000,
"playground_size_w":400,
"playground_size_h":400,
"score_to_pass": 30,
"score_to_pass": 60,
"food_1": 8,
"food_2": 4,
"food_3": 0,

View File

@ -1,8 +1,8 @@
{
"time_to_play": 800,
"time_to_play": 1200,
"playground_size_w":500,
"playground_size_h":500,
"score_to_pass": 30,
"score_to_pass": 70,
"food_1": 8,
"food_2": 4,
"food_3": 2,

View File

@ -1,12 +1,12 @@
{
"time_to_play": 1200,
"time_to_play": 1400,
"playground_size_w":500,
"playground_size_h":500,
"score_to_pass": 50,
"score_to_pass": 80,
"food_1": 6,
"food_2": 4,
"food_3": 2,
"garbage_1": 6,
"garbage_2": 4,
"garbage_1": 3,
"garbage_2": 2,
"garbage_3": 2
}

View File

@ -1,12 +1,12 @@
{
"time_to_play": 1200,
"time_to_play": 1600,
"playground_size_w":600,
"playground_size_h":600,
"score_to_pass": 50,
"score_to_pass": 90,
"food_1": 6,
"food_2": 5,
"food_3": 3,
"garbage_1": 8,
"garbage_2": 8,
"garbage_3": 5
"garbage_1": 4,
"garbage_2": 4,
"garbage_3": 2
}

View File

@ -1,12 +1,12 @@
{
"time_to_play": 1200,
"time_to_play": 1800,
"playground_size_w":700,
"playground_size_h":600,
"score_to_pass": 50,
"food_1": 12,
"score_to_pass": 100,
"food_1": 10,
"food_2": 8,
"food_3": 4,
"garbage_1": 25,
"garbage_2": 10,
"garbage_3": 8
"garbage_1": 10,
"garbage_2": 8,
"garbage_3": 4
}