update easy_game

This commit is contained in:
Kylin_on_Mac
2022-08-19 13:43:42 +08:00
parent 6097d34b9b
commit 4ae01d4d12
2 changed files with 5 additions and 7 deletions

View File

@ -6,9 +6,9 @@ from mlgame.view.view_model import create_rect_view_data
BALL_VEL = 10.5
BALL_H = 100
BALL_H = 50
BALL_W = 10
BALL_W = 50
class Ball(pygame.sprite.Sprite):