Commit 6ba00dcd by BellCodeEditor

auto save

parent d2429d89
Showing with 2 additions and 0 deletions
......@@ -19,6 +19,7 @@ volume = 0.2
pygame.mixer.music.set_volume(volume) # 初始播放音量
click = 0
play_button = stop_img
music
while True:
for event in pygame.event.get():
......@@ -52,6 +53,7 @@ while True:
pygame.mixer.music.pause()
if pygame.mixer.music.get_busy() == False:
pygame.mixer.music.play()
# 绘制画面
......
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