Commit 04b9cba9 by BellCodeEditor

save project

parent 9aac83c0
Showing with 1 additions and 0 deletions
...@@ -14,6 +14,7 @@ pygame.mixer.music.load("歌曲3.wav") ...@@ -14,6 +14,7 @@ pygame.mixer.music.load("歌曲3.wav")
volume=0.5 volume=0.5
pygame.mixer.music.set_volume(volume) pygame.mixer.music.set_volume(volume)
click=0 click=0
zaoxing=stop_img
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type==locals.QUIT: if event.type==locals.QUIT:
......
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