Skip to content

Commit e163167

Browse files
committed
Update game.py
1 parent d7e16ea commit e163167

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

game.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ def __init__(self):
1212
self.score = 0
1313
self.rotate_sound = pygame.mixer.Sound('Sounds/rotate.ogg')
1414
self.clear_sound = pygame.mixer.Sound('Sounds/clear.ogg')
15-
self.rotate_sound.set_volume(0.1)
16-
self.clear_sound.set_volume(0.3)
1715
pygame.mixer.music.load('Sounds/music.ogg')
1816
pygame.mixer.music.play(-1)
1917

0 commit comments

Comments
 (0)