Update game2
parent
a30d55dc1e
commit
080275d555
4
game2
4
game2
|
@ -15,8 +15,8 @@ BLACK = (0, 0, 0)
|
|||
|
||||
# Load images
|
||||
cat_image = pygame.image.load("cat.png").convert_alpha()
|
||||
football_image = pygame.image.load("FOOT BALL.png").convert_alpha()
|
||||
heart_bar_image = pygame.image.load("heart bar.png").convert_alpha()
|
||||
football_image = pygame.image.load("football.png").convert_alpha()
|
||||
heart_bar_image = pygame.image.load("heartbar.png").convert_alpha()
|
||||
|
||||
# Constants
|
||||
CAT_WIDTH, CAT_HEIGHT = 50, 50
|
||||
|
|
Loading…
Reference in New Issue