Commit 88d07154 by BellCodeEditor

save project

parent a751ffcc
Showing with 1 additions and 1 deletions
......@@ -18,7 +18,7 @@ clock = pygame.time.Clock() # pygame时钟,控制游戏速度(帧数)
# 载入素材
background = pygame.image.load('bg.png')
font = pygame.font.Font('STKAITI.TTF', 60) # 字体
font_restart=pygame.font.Font(STKAITI.TTF,25)
font_restart=pygame.font.Font('STKAITI.TTF',25)
# 俄罗斯方块所有形状
O = [[(0, 0), (0, 1), (1, 0), (1, 1)]]
I = [[(0, -1), (0, 0), (0, 1), (0, 2)],
......
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