fix:update level file format

This commit is contained in:
Kylin_on_Mac
2023-10-10 23:13:56 +08:00
parent d7252f60d6
commit a6fcbbe55f
13 changed files with 26 additions and 27 deletions

View File

@ -149,6 +149,7 @@ class EasyGame(PaiaGame):
"ball_y": self.ball.rect.centery,
"foods": foods_data,
"score": self.score,
"score_to_pass":self._score_to_pass,
"status": self.get_game_status()
}