Commit dc26d2d2 by BellCodeEditor

save project

parent 6dfb54eb
Showing with 1 additions and 1 deletions
...@@ -58,7 +58,7 @@ def check(center): ...@@ -58,7 +58,7 @@ def check(center):
return False return False
num_list=[] num_list=[]
for i in range(25): for i in range(25):
num_list.appand([0]*15) num_list.append([0]*15)
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
......
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