fix: update key in level file and fix error when reset game

This commit is contained in:
Kylin_on_Mac
2023-10-11 16:18:19 +08:00
parent fc3bf97ffe
commit b7076e4b32
14 changed files with 48 additions and 51 deletions

View File

@ -5,6 +5,6 @@
400
],
"score_to_pass": 20,
"green_food_count": [8,4,2],
"black_food_count": [4,4,0]
"good_food_count": [8,4,2],
"bad_food_count": [4,4,0]
}