fix:update version and fix bug

This commit is contained in:
Kylin_on_Mac
2023-10-12 17:22:52 +08:00
parent 88eec69799
commit 161249cb94
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ from src.game import EasyGame
FPS = 30
if __name__ == '__main__':
pygame.init()
game = EasyGame(time_to_play=1000, total_point_count=10, score=5, color="FF9800")
game = EasyGame(level=1)
scene_init_info_dict = game.get_scene_init_data()
game_view = PygameView(scene_init_info_dict)
frame_count = 0