feat: change timer from sec to frame
from count up to count down
This commit is contained in:
27
levels/001.json
Normal file
27
levels/001.json
Normal 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
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user