Commit 5ca6447a by BellCodeEditor

save project

parent dddf6e23
Showing with 3 additions and 4 deletions
......@@ -16,7 +16,7 @@ logo_img = pygame.image.load('logo.png') # 下一曲按钮
music_list = []
num = -1
fpsclock=pygame.time.Clock()
volume = 0.2
pygame.mixer.music.set_volume(volume)
click = 0
......@@ -92,5 +92,4 @@ while True:
screen.blit(last_img, (120, 350))
screen.blit(next_img, (420, 350))
pygame.display.update()
fpsclock.tick(130)
\ No newline at end of file
pygame.display.update()
\ 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