feat: change timer from sec to frame

from count up to count down
This commit is contained in:
Kylin_on_Mac
2023-09-22 11:19:35 +08:00
parent 7be8491973
commit 3a9c44502e
3 changed files with 63 additions and 9 deletions

27
levels/001.json Normal file
View File

@ -0,0 +1,27 @@
{
"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
]
}