Commit c4a325e1 by BellCodeEditor

auto save

parent 566913ba
Showing with 2 additions and 1 deletions
import pygame
from pygame import locals
import os.listclir("C:\\Users\\Administrator\\Desktop")
import os
path="C:\Users\Administrator\Desktop"
pygame.init() # 初始化
......@@ -53,6 +53,7 @@ while True:
else:
play_button = play_img
pygame.mixer.music.pause()
if event.type == locals
if pygame.mixer.music.get_busy() == False:
n+=1
......
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