Commit 4e78ffb5 by BellCodeEditor

auto save

parent 45ccd00d
Showing with 2 additions and 2 deletions
......@@ -15,7 +15,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮
my_font = pygame.font.Font('neuropol.ttf',18)
music_list = []
path = "C:\\Users\\tang\\Desktop\\test"
path = "C:\Users\tang\Documents\pygame_lesson6_diy1"
filelist = os.listdir(path)
num = -1
for i in filelist:
......@@ -130,7 +130,7 @@ while True:
#print(new_rect)
pos = (new_rect[0],new_rect[1])
if play_button == stop_img:
angle+=0.5
angle+=1
# 绘制画面
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