Commit 1fff2a00 by BellCodeEditor

save project

parent f32fcc4e
Showing with 1 additions and 1 deletions
......@@ -23,7 +23,7 @@ while True:
if volume > 0:
volume -= 0.1
pygame.mixer.music.set_volume(volume)
if volume.key == locals.K_UP:
if event.key == locals.K_UP:
if volume < 1:
volume += 0.1
pygame.mixer.music.set_volume(volume)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment