Commit 944b4ab1 by BellCodeEditor

save project

parent 604690df
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ FPS=30 ...@@ -12,7 +12,7 @@ FPS=30
# 创建窗口 # 创建窗口
screen = pygame.display.set_mode((460, 500)) screen = pygame.display.set_mode((460, 500))
pygame.display.set_caption("俄罗斯方块") pygame.display.set_caption("俄罗斯方块")
clock = pygame.time.Clock() clock = pygame.time.Clock()
# 载入素材 # 载入素材
background = pygame.image.load('bg.png') background = pygame.image.load('bg.png')
font = pygame.font.Font('STKAITI.TTF', 60) font = pygame.font.Font('STKAITI.TTF', 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