Commit 0ea34e02 by BellCodeEditor

save project

parent d207c259
Showing with 1 additions and 1 deletions
......@@ -59,7 +59,7 @@ def check(center):
or cube[1] >grid_num_width:
return False
if num_list[cube[0]-1][cube[1]-1] != 0:
reture False
return False
while True:
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