Commit 7a207534 by BellCodeEditor

save project

parent 8e1c3d8e
Showing with 5 additions and 0 deletions
...@@ -60,3 +60,7 @@ while True: ...@@ -60,3 +60,7 @@ while True:
screen.blit(next_img, (420, 350)) # 下一曲 screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
if event.type==locals.KEYDOWN:
if event.key==locals.K.UP
volume+=0.1
if
\ 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