Commit e32aed79 by BellCodeEditor

save project

parent 52d2643b
Showing with 1 additions and 0 deletions
......@@ -22,6 +22,7 @@ while True:
sound+=0.1
if sound>1:
sound=1
pygame.mixer.music.set_sound(sound)
if event.key==locals.K_DOWN:
sound-=0.1
if sound<0:
......
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