Commit e191080f by BellCodeEditor

auto save

parent 77df8664
Showing with 0 additions and 1 deletions
...@@ -11,7 +11,6 @@ center=[10,10] ...@@ -11,7 +11,6 @@ center=[10,10]
c_shape=[[0,0],[0,-1],[-1,0],[0,1]] c_shape=[[0,0],[0,-1],[-1,0],[0,1]]
# 创建窗口 # 创建窗口
screen = pygame.display.set_mode((460, 500)) screen = pygame.display.set_mode((460, 500))
pygame.display.toggle_fullscreen()
pygame.display.set_caption("俄罗斯方块") pygame.display.set_caption("俄罗斯方块")
clock = pygame.time.Clock() # pygame时钟,控制游戏速度(帧数) clock = pygame.time.Clock() # pygame时钟,控制游戏速度(帧数)
# 载入素材 # 载入素材
......
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