Commit 896e8650 by BellCodeEditor

auto save

parent b488ed27
Showing with 0 additions and 3 deletions
......@@ -12,8 +12,6 @@ pygame.mixer.music.load('歌曲3.wav')
pygame.mixer.music.play()
f=0.1
pygame.mixer.music.set_volume(f)
j=True
b=stop_img
while True:
for event in pygame.event.get():
if event.type==locals.QUIT:
......@@ -25,7 +23,6 @@ while True:
if event.key==locals.K_DOWN:
f -= 0.1
pygame.mixer.music.set_volume(f)
if
screen.blit(bg_img,(0,0))
screen.blit(play_img,(270,330))
......
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