Commit 570716f7 by BellCodeEditor

auto save

parent 041301ea
Showing with 1 additions and 1 deletions
...@@ -28,7 +28,7 @@ while True: ...@@ -28,7 +28,7 @@ while True:
if a>1: if a>1:
a=1 a=1
pygame.mixer.music.set_volume(a) pygame.mixer.music.set_volume(a)
if event.key==K_DOWN: if event.key==locals.K_DOWN:
a-=0.1 a-=0.1
if a<0: if a<0:
a=0 a=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