Commit aaa84476 by BellCodeEditor

save project

parent e055975b
Showing with 3 additions and 0 deletions
......@@ -25,6 +25,7 @@ pygame.mixer.music.set_volume(volume) # 初始播放音量
click = 0
play_button = stop_img
angle=0
F=pygame.time.Clock()
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
......@@ -96,3 +97,4 @@ while True:
screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面
pygame.display.update()
F.tick(60)
\ No newline at end of file
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