Skip to content

Commit

Permalink
Update bouncing_ball.py
Browse files Browse the repository at this point in the history
  • Loading branch information
authorwaregithub authored Feb 20, 2023
1 parent f8c626e commit 79d90be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bouncing_ball.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Resolution is ignored on Android
surface = pygame.display.set_mode((640, 480))

ball = pygame.image.load("")
ball = pygame.image.load("001.png")
ballrect = ball.get_rect()
clock = pygame.time.Clock()

Expand Down

0 comments on commit 79d90be

Please sign in to comment.