doc: add key "green_food_list","black_food_list" in template.json
This commit is contained in:
parent
1b38b21cbb
commit
af3fd41f00
|
@ -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]
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue