Commit 8101dfbc by BellCodeEditor

save project

parent d651d0e7
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ grid_num_width = 15 ...@@ -7,7 +7,7 @@ grid_num_width = 15
grid_num_height = 25 grid_num_height = 25
FPS = 30 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