fix:update version and fix bug
This commit is contained in:
2
main.py
2
main.py
@ -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
|
||||
|
Reference in New Issue
Block a user