Commit c4e7caf2 by BellCodeEditor

save project

parent 3a6f3b3e
Showing with 10 additions and 2 deletions
...@@ -6,4 +6,12 @@ score = 0 ...@@ -6,4 +6,12 @@ score = 0
grid_size = 20 grid_size = 20
grid_num_width =15 grid_num_width =15
grid_num_height = 25 grid_num_height = 25
FPS = 30 FPS = 30
\ No newline at end of file
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