Commit 1c3f0cc1 by BellCodeEditor

save project

parent 5df5f9ae
Showing with 3 additions and 3 deletions
......@@ -2,7 +2,6 @@ import pygame
from pygame import locals
import os
FPS = pygame.time.Clock()
FPS.tick()
pygame.init() # 初始化
# 创建窗口
......@@ -88,6 +87,7 @@ while True:
pygame.transfrom.rotate(new_logo,-90)
Surface.get_rect(center=(320,220))
FPS.tick()
pygame.time.Clock.tick(60)
# 绘制画面
......@@ -97,4 +97,4 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面
pygame.display.update()
\ 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