We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2354777 commit e979549Copy full SHA for e979549
applications/game.py
@@ -24,7 +24,7 @@
24
title_font = pygame.font.SysFont('Arial', 72, bold=True)
25
26
# Load win sound effect
27
-win_sound = pygame.mixer.Sound("C:\\Users\\PAYAL\\Braingame\\brass-fanfare-with-timpani-and-winchimes-reverberated-146260.wav")
+win_sound = pygame.mixer.Sound("C:\\Users\\PAYAL\\BioAmp-Tool-Python\\applications\\brass-fanfare-with-timpani-and-winchimes-reverberated-146260.wav")
28
29
# Ball properties
30
ball_radius = 20
0 commit comments