Commit a4a2aa3e by BellCodeEditor

save project

parent 2486e8b2
Showing with 2 additions and 0 deletions
......@@ -28,6 +28,8 @@ while True:
pygame.mixer.music.set_volume(yl)
if event.key==locals.K_DOWN:
yl-=0.1
if yl<0:
yl=0
pygame.mixer.music.set_volume(yl)
if pygame.mixer.music.get_busy()==False:
......
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