Skip to content

Commit e979549

Browse files
committed
update the sound of game
1 parent 2354777 commit e979549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
title_font = pygame.font.SysFont('Arial', 72, bold=True)
2525

2626
# Load win sound effect
27-
win_sound = pygame.mixer.Sound("C:\\Users\\PAYAL\\Braingame\\brass-fanfare-with-timpani-and-winchimes-reverberated-146260.wav")
27+
win_sound = pygame.mixer.Sound("C:\\Users\\PAYAL\\BioAmp-Tool-Python\\applications\\brass-fanfare-with-timpani-and-winchimes-reverberated-146260.wav")
2828

2929
# Ball properties
3030
ball_radius = 20

0 commit comments

Comments
 (0)