Commit 049bb15b by BellCodeEditor

auto save

parent c94f29b4
Showing with 2 additions and 0 deletions
......@@ -53,6 +53,8 @@ while True:
if pygame.mixer.music.get_busy() == False:
pygame.mixer.music.play()
if pygame.mixer.music.get_busy()==False:
# 绘制画面
screen.blit(bg_img, (0, 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