Commit 020eef66 by BellCodeEditor

save project

parent 1c7e7e19
Showing with 8 additions and 0 deletions
...@@ -117,3 +117,10 @@ while True: ...@@ -117,3 +117,10 @@ while True:
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
clock.tick(FPS) clock.tick(FPS)
for i in range(25):
num_list.append([0]*15)
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
\ 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