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,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
}