We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e16ea commit e163167Copy full SHA for e163167
1 file changed
game.py
@@ -12,8 +12,6 @@ def __init__(self):
12
self.score = 0
13
self.rotate_sound = pygame.mixer.Sound('Sounds/rotate.ogg')
14
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)
17
pygame.mixer.music.load('Sounds/music.ogg')
18
pygame.mixer.music.play(-1)
19
0 commit comments