doc: add key "green_food_list","black_food_list" in template.json

This commit is contained in:
Kylin_on_Mac 2023-09-23 17:17:55 +08:00
parent 1b38b21cbb
commit af3fd41f00
1 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,13 @@
{ {
"time_to_play": 1200, "time_to_play": 300,
"playground_size": [ "playground_size": [
500, 100,
200 200
] ],
"score_to_pass": 10,
"green_food_count": 3,
"black_food_count": 0,
"green_food_list": [3,2,1],
"black_food_list": [5,2,0]
} }