Commit 571867f4 by BellCodeEditor

save project

parent 5af950e5
Showing with 2 additions and 2 deletions
...@@ -15,7 +15,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮 ...@@ -15,7 +15,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮
num = -1 num = -1
angle = 0 angle = 0
music_list = [] music_list = []
path = "C:\\Users\\bellcode\\Desktop\\test" path = "C:\\Users\\space6\\Desktop\\test"
filelist = os.listdir(path) filelist = os.listdir(path)
num = -1 num = -1
for i in filelist: for i in filelist:
...@@ -89,7 +89,7 @@ while True: ...@@ -89,7 +89,7 @@ while True:
newRect = new_logo.get_rect(center=(320,200)) newRect = new_logo.get_rect(center=(320,200))
pos = (newRect[0],newRect[1]) pos = (newRect[0],newRect[1])
if play_button == stop_img: if play_button == stop_img:
angle += 1 angle += 10000000
# 绘制画面 # 绘制画面
screen.blit(bg_img, (0, 0)) # 填充背景 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