Files
paia-hw3/levels/template.json
Kylin_on_Mac 3a9c44502e feat: change timer from sec to frame
from count up to count down
2023-09-22 11:19:35 +08:00

27 lines
279 B
JSON

{
"frame_limit": 1200,
"screen_size": [
100,
100
],
"score_to_pass": 20,
"mebo_init_lv": 1,
"green_food_counts": [
8,
5,
2,
1
],
"red_food_counts": [
8,
5,
2,
1
],
"black_food_counts": [
8,
5,
2,
1
]
}