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 c2184b2 commit ffdb2edCopy full SHA for ffdb2ed
applications/game.py
@@ -30,8 +30,6 @@
30
font = pygame.font.SysFont('Arial', 36, bold=True)
31
title_font = pygame.font.SysFont('Arial', 72, bold=True)
32
33
-# Load win sound effect
34
-# win_sound = pygame.mixer.Sound("C:\Users\PAYAL\BioAmp-Tool-Python\applications\media\brass-fanfare-with-timpani-and-winchimes-reverberated-146260.wav")
35
# Load win sound effect using a cross-platform path
36
base_path = os.path.dirname(__file__) # Get the directory of the current script
37
sound_path = os.path.join(base_path, "media", "brass-fanfare-with-timpani-and-winchimes-reverberated-146260.wav")
0 commit comments