Commit b496e99b by BellCodeEditor

save project

parent 1dc4fd47
Showing with 3 additions and 2 deletions
......@@ -94,6 +94,7 @@ while True:
# 填充背景
newRect=new_loge.get_rect(center=(300,200))
pos=(newRect[0],newRect[1])
if play_button==stop_img:
angle+=1
screen.blit(play_button, (270, 330)) # 暂停按钮
......@@ -102,4 +103,4 @@ while True:
screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面
pygame.display.update()
FPS.tick(5)
\ No newline at end of file
FPS.tick()
\ 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