Commit 1c3f0cc1 by BellCodeEditor

save project

parent 5df5f9ae
Showing with 1 additions and 1 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)
# 绘制画面
......
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