Skip to content

Commit 4cff247

Browse files
committed
Change the location of the image used in beetle game
1 parent 7a626cf commit 4cff247

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

beetle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
pygame.display.set_caption('Beetle Game')
3838

3939
# Load beetle image
40-
beetle_image = pygame.image.load('beetle.jpg')
40+
beetle_image = pygame.image.load('media\\beetle.jpg')
4141
beetle_image = pygame.transform.scale(beetle_image, (80, 80))
4242

4343
# Function to display a message on the screen
File renamed without changes.

0 commit comments

Comments
 (0)