Commit dfac3e72 by BellCodeEditor

save project

parent 0cf8eb9b
Showing with 9 additions and 0 deletions
......@@ -7,3 +7,11 @@ grid_size = 20
grid_num_width = 15
grid_num_height = 25
FPS = 30
screen = pygame.display.set_mode((460,500))
pygame.display.set_caption("俄罗斯方块")
clock = pygame.time.Clock()
background = pygame.image.load('bg.png')
font = pygame.font.Font('STKAITI.TTF',60)
\ 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