Skip to content

Commit ffdb2ed

Browse files
committed
Removed commented lines
1 parent c2184b2 commit ffdb2ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

applications/game.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
font = pygame.font.SysFont('Arial', 36, bold=True)
3131
title_font = pygame.font.SysFont('Arial', 72, bold=True)
3232

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")
3533
# Load win sound effect using a cross-platform path
3634
base_path = os.path.dirname(__file__) # Get the directory of the current script
3735
sound_path = os.path.join(base_path, "media", "brass-fanfare-with-timpani-and-winchimes-reverberated-146260.wav")

0 commit comments

Comments
 (0)